Valid use of accessors in init and dealloc methods?
问题 I\'ve heard now from several sources (stackoverflow.com, cocoa-dev, the documentation, blogs, etc) that it is \"wrong\" to use accessors and settings (foo, setFoo:) in your init and dealloc methods. I understand that there is there is a remote possibility of confusing other objects that are observing the property if you do so. (a simple example is given here) However, I have to say that I don\'t agree with this practice for the following reason: The new Objective-C runtime (the one on the