Re: Dot Syntax docs missing?
Re: Dot Syntax docs missing?
- Subject: Re: Dot Syntax docs missing?
- From: Rick Mann <email@hidden>
- Date: Fri, 18 Jul 2008 21:44:48 -0700
On Jul 18, 2008, at 21:37:59, Diop Mercer wrote:
Rick, I think all you need to do is say:
//set
someobject.someproperty = foo;
//get
bar = someobject.someproperty;
I know how to use the dot syntax in the typical case. What I want is
an authoritative reference on how property names change case to match
accessor functions I define.
If you have a choice, avoid using dot syntax at all.
Really? Why? Seems like Apple encourages it quite strongly, and I
frakking hate square brackets.
--
Rick
_______________________________________________
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