CS203
Spring 2013
Feb 8
Now that your Assignment 1 is finished, or close to finished, it’s time to polish your code. You’ve worked hard to implement and test your FSet ADT! In the real world, the next step is to deploy your code so that others may use it. There are a few implications here:
It’s a good thing you had the experience and foresight to anticipate the above implications. That’s why you adhered to a consistant coding style on your FSet ADT project, and provided your user community with helpful API documentation!
You have a choice:
FSet.java, or
Source menu, choose the first item, Format, to reformat your code. stupid just means something a human programmer wouldn’t do!).
javadoc tool provided with the Java compiler and runtime.
FSet class header, and also to the static methods of your FSet class.
FSet class has all appropriate javadoc comments:
submit203 lab3 <your assignment 1 folder>