1.
Print out a copy of your project. On this copy circle all instances of the
following problems:
Poor
names of variables and methods
Long
methods
Places
were your code is not properly indented
Places
were you have cut and pasted code
If
you do not think you have any such problems, then circle the code that you
think I would complain about.
Now
put the code aside for 6 months.
2.
On November 29 (6 months from now) take out your code and refactor it. This
will tell you a lot about your comments, documentation and the quality of the
names in your code.
This
assignment will not affect your grade, put will teach you a lot.