Grading for Labs
The code you write for lab assignments (except for lab 0) and for the
final project will be graded according to two central criteria:
"Correct implementation" and "proper style."
70% of points are awarded for the correct implementation
- No compilation errors.
- Implement every requirement
- Note: Partial credit is awarded throughout.
30% of points are awarded for proper style
- Appropriate amount of meaningful comments (e.g., for each block of code)
- Meaningful variable names
- Use of indentation and line spaces to group blocks of code together.