On Jul 30, 2008, at 3:11 AM, Sumner Trammell wrote:
Hi. Cocoa idioms dictate setFoo: and foo: for setters and getters.
Occasionally, the prefix "get" appears in a Cocoa method, like this
one:
- (void)getObjects:(id *)objects andKeys:(id *)keys
When a method is prefixed with get in Cocoa, what is being expressed?
From the guidelines discussed here <http://developer.apple.com/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingMethods.html
>:
Use “get” only for methods that return objects and values
indirectly. You should use this form for methods only when multiple
items need to be returned.
Cheers,
Ken_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]