L
Lieven De Foor
Guest
Well in fact it does pertain to the class' functionality, but not to its state. I just don't want to pollute the class hierarchy with a helper class that's only there for a single consumer and has no interesting code to any others. I'm thinking quite the opposite about the use of FINAL/PROTECTED recently and would favor using final with composition/delegation and as little protected members as possible (private and public only).
Continue reading...
Continue reading...