Hi, I have another "What's the idiom?" question. 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? Side question: do KVC and KVO still work when the getter is prefixed with "is" ? Thanks, -s _______________________________________________ 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]