HVFrancis / WritingImplements

A simple Java project to model things to write with.
0 stars 25 forks source link

Pen.java needs cleaned up #20

Closed HVFrancis closed 5 years ago

HVFrancis commented 6 years ago

There are some problems in the look of the class Pen.java. Some methods are written above the constructor, javadoc attributes are missing in some methods, and there seems to be some indenting issues to be resolved. (There are probably other issues as well to look at!)

Someone needs to go into this class and clean things up. Comment/organization/indenting/etc.