Instance variables have a very important communicative role to play. They say once and for all and out in the open, “Here’s what I’m modeling with this object.” A set of objects reveals a lot that was in the mind of the original programmer just by what the instance variables are and what they are named. Be sure to declare instance variables in order of importance in the class definition.

