Re: enough of accessors - how about private method naming conventions in the real world?
Re: enough of accessors - how about private method naming conventions in the real world?
- Subject: Re: enough of accessors - how about private method naming conventions in the real world?
- From: Georg Tuparev <email@hidden>
- Date: Wed, 7 Aug 2002 09:59:23 +0200
On Wednesday, August 7, 2002, at 09:41 AM, Michael B. Johnson wrote:
It is a feature (and an unavoidable bug :-/ - actually, the point of
this discussion is to figure out how to avoid it) that anyone, at
anytime, can add methods to your class (or the superclass of the class
you inherit from) in Objective-C.
On the other hand, one of the beauties of the runtime is that we can
hack the class loader in a way that it warns you at runtime if some
nasty things are taking place. Now back to real work...
Georg Tuparev
Tuparev Technologies
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
_______________________________________________
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.