On Fri, Jan 9, 2009 at 11:49 PM, Michael Ash <[email protected]> wrote: > Note that the problems, such as they are, with calling setters only > show up if your class is subclassed and the subclass does something > weird that doesn't like being called when the rest of the subclass > isn't initialized. If you're not subclassing your own class (or you > are but you aren't doing anything weird like this in it) then you are > perfectly safe.
So what happens if Apple changes your superclass to observe itself? All of a sudden you start firing KVO notifications off when you didn't mean to. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
