Re: ADC Core Data article
Re: ADC Core Data article
- Subject: Re: ADC Core Data article
- From: "Timothy Reaves" <email@hidden>
- Date: Thu, 7 Apr 2005 16:03:28 -0400 (EDT)
- Importance: Normal
>> but I'd still like my objects to be objects.
>
> They are objects.
>
> -Shawn
>
>
If my Foo domain object is simply a map interface that knows how to look
up a strings key and return the associated value, then you are incorrect,
it is not an object. It is a data type.
An object has data, and methods that operate on that data.
Now, as others have pointed out, at a minimum we will be able to subclass
and add back our object semantics. But - as many others - have very well
pointed out, if I have to implement my accessors & mutators as KVC
compliant methods, we loose a good deal.
As I originally stated, we will have to wait until it's released to know
for sure. Unless your ADC with the pre-release, which I am not.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden