> On Jun 14, 2016, at 4:48 PM, Graham Cox <graham....@bigpond.com> wrote:
> 
> @property (readonly) BOOL isFoo;
> 
> or:
> 
> @property (readonly, getter=isFoo) BOOL       foo;

Are you asking whether it’s better to name a boolean property “foo” or “isFoo”?
Or are you asking about the naming of the getter method for a non-synthesized 
property?
The examples you gave sort of mix both of those concerns together, which I 
think is confusing people.

—Jens
_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to