Announcement
Starting with the next program, we will be enforcing the style
guidelines very strictly. This includes
- Naming conventions (capitalization) and good names
- Useful(!) comments for classes, constants and variables, and
methods.
- Minimize instance variables - use local variables where
appropriate.