Instance variables
All instance variables must be private.
Mutators and inspectors
Mutators and inspectors should not be mixed. So a method with a return-type that is not void may not produce side effects. In rare cases, where it increases the usability of the code, an inspector may have side effects.
|