• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: When the getter returns a BOOL, is "is" the preferred prefix?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: When the getter returns a BOOL, is "is" the preferred prefix?


  • Subject: Re: When the getter returns a BOOL, is "is" the preferred prefix?
  • From: "mm w" <email@hidden>
  • Date: Sun, 10 Aug 2008 19:44:13 -0700

is or should

On Fri, Aug 8, 2008 at 9:15 PM, Ken Thomases <email@hidden> wrote:
> On Aug 8, 2008, at 10:53 PM, Sumner Trammell wrote:
>
>> We know that Cocoa strongly suggests using setFoo and foo for setters
>> and getters.
>>
>> Sometimes I see setters and getters using the idiom setFoo and isFoo.
>> For example, in NSToolbar, you have setVisible and isVisible.
>>
>> When the getter returns a BOOL, is "is" the preferred prefix?
>
> http://developer.apple.com/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingMethods.html#//apple_ref/doc/uid/20001282-1004202-BCIGGFCC
>
>
>> Side question: do KVC and KVO still work when the getter is prefixed with
>> "is" ?
>
> Yes, as I. Savant already pointed out.  Moreover, if "is" broke KVC and KVO,
> it would be actively discouraged and you probably wouldn't see it in Apple's
> classes.
>
> 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
>



--
-mmw
_______________________________________________

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

References: 
 >When the getter returns a BOOL, is "is" the preferred prefix? (From: "Sumner Trammell" <email@hidden>)
 >Re: When the getter returns a BOOL, is "is" the preferred prefix? (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: Core Data question
  • Next by Date: Re: Core Data question
  • Previous by thread: Re: When the getter returns a BOOL, is "is" the preferred prefix?
  • Next by thread: Is this normal behavior ?
  • Index(es):
    • Date
    • Thread