I've been sort of on the fence on this one for a while, but I'd like to know what people think about accessing instance variables directly from within an Objective-C class implementation?
Using accessors and mutators makes a lot of things easy, but for simple things, is it bad to access the instance variable directly? Is the best practice different for private instance variables?