Re: question about "read-only" rule for Memory Management
Re: question about "read-only" rule for Memory Management
- Subject: Re: question about "read-only" rule for Memory Management
- From: Ken Thomases <email@hidden>
- Date: Tue, 27 Apr 2010 00:50:17 -0500
On Apr 26, 2010, at 11:39 PM, Kyle Sluder wrote:
> On Mon, Apr 26, 2010 at 6:57 PM, Philip Mobley <email@hidden> wrote:
>> Question: is the BELOW method named appropriately?
>>
>> - (UIImage *) getImageWithTag:(NSString *)tag;
>
> No. The "get" prefix is used for return-via-pointer. For example,
> -[NSString getCharacters:range].
As documented here <http://developer.apple.com/mac/library/documentation/cocoa/Conceptual/CodingGuidelines/Articles/NamingMethods.html>.
Cheers,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden