All variables should be private final by default. Making the defaults different from good design practices is a gateway to troubles. Coders (and especially students) have a job that is hard enough. Make the defaults support them doing their job right. final should be the default, and mutable should be a keyword for variables that [...]









