CS3204 Style and Documentation Grading Deduction Max Applied File comment block 5 - File name - Programmer name - Summary of file contents - Last modified date - Honor code Indentation, line length, function 5 - Consistent indentation - Lines < 80 characters long - Function too long (> 1 printed page) Function/Method comment block 5 - Function name - Purpose/description - Parameter descriptions - return values/side effects Class comment block 5 - Class name - Purpose/description Variables 5 - good naming - documented - avoided using global variables Constants 5 - good naming - used when appropriate (any constant other than 0 or "") - Documented README 10 - contents of directory - description of program - examples of usage - explanation of sample input and output - No README file results in zero Sample input and output 5 - good program coverage