Re: A Data Object in Cocoa
Re: A Data Object in Cocoa
- Subject: Re: A Data Object in Cocoa
- From: nik heger <email@hidden>
- Date: Sat, 10 Jan 2009 16:11:50 +0700
Thanks for all your responses.
I am indeed using synthesized properties which hopefully will free me
from having to do play around with retain/release. How anyone can get
any work done without an automatic GC is unclear to me - you guys are
hard core ;)
Prior to embarking on Cocoa development, I was sceptical about the
garbage collector - like, it's still very much possible to create
memory leaks. It's not the end of memory leaks, as the Java docs made
it out to be. However, now that I am without it, I can fully
appreciate how great it really is ;)
I am just going to use the "aParameter" naming scheme, since that
seems to be the standard.
The trick with naming the member variable _memberVar is a little bit
too clever for me, I think ;)
Nik
_______________________________________________
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