Announcement
Starting with this 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.