Re: Core Data Bindings with Table View
Re: Core Data Bindings with Table View
- Subject: Re: Core Data Bindings with Table View
- From: "Kyle Sluder" <email@hidden>
- Date: Mon, 25 Aug 2008 15:43:48 -0400
On Mon, Aug 25, 2008 at 3:20 PM, John Joyce
<email@hidden> wrote:
> The thing that worries me most about Bindings though, is the same thing that
> worries me about Objective-C 2.0 Properties;
> neither one has great debugging options that I can see...
What do you mean "great debugging options"? Are you referring to the
debugging experience? In this case, I'd agree with you on bindings,
but as for properties, there is really nothing special to debug.
Properties are just a way to systematically define getters and
setters, and provide a little bit more metadata about them.
`@property(copy) NSString* foo` is really and truly no different from
saying `-(NSString *)foo; -void setFoo:(NSString *)aFoo;` from a
debugging perspective.
--Kyle Sluder
_______________________________________________
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