CS 236 :: Projects |
|||||||||||||||||||||||||||||||||||
Project PassoffTo pass off your project, do the following:
CheckstyleThe quality of your Java code will be evaluated using Checkstyle. Your code must pass all the required Checkstyle checks to be given credit. The following Checkstyle jar and configuration file will be used to evaluate your code. Checkstyle can help you write better code and help you save time in debugging your code. You will only gain this benefit if you incorporate Checkstyle into your code authoring process. Please download these files and run Checkstyle as you write your code.
The Checkstyle site documents each of the Checkstyle checks. |