Re: Accessor methods and (auto)release: conclusion
Re: Accessor methods and (auto)release: conclusion
- Subject: Re: Accessor methods and (auto)release: conclusion
- From: Chris Hanson <email@hidden>
- Date: Tue, 6 Aug 2002 17:16:09 -0500
You know, all this sounds like a lot of work.
I prefer to just to make all my model classes subclasses of
EOGenericRecord and have wrapper accessors for all attributes and
relationships that just use storedValueForKey: and
takeStoredValue:forKey:. I assume that they'll just do the right
thing for me.
Oh, wait, I can't do that in Cocoa. Darn it!
-- Chris
-- Still hoping that Apple will *get it* and
bring back Cocoa/Objective-C EOF...
-- It'd make everyone's lives so much easier!
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.