The final milestone for all the groups is due on Tuesday (17/10/2007).
Please ensure that the code meets at least the following checkpoints:
- Use proper standards for package names
- Classes should be commented as Javadocs
- The file access logic should be separated from the UI logic
- Use the FileReader class for all file handling code
- Attributes that need to be accessed by other classes can still be made private. Provide accessor (getter/setter) methods to access them.
- Closing of files/conections should always be done in a 'finally' block
- When an Exception occurs, just do not print out something to System.out. Also display a meaningful message to the user
- Submit a project manual with screenshots that explains how to the the project along with an example
- For extra grades, run a static code analyzer like
Checkstyle /
FindBugs on your code and refactor your code to eliminate warnings generated by these software.
Let me know if you have any questions.
--
Regards
Parag