not 8, but 6

This commit is contained in:
Jidong Xiao
2025-04-15 09:58:55 -04:00
committed by JamesFlare1212
parent 7eab384626
commit 6670134276

View File

@@ -320,13 +320,13 @@ a4: 60. Submitty will deduct points once you submit more than 60 times.
## Rubric ## Rubric
17 pts 15 pts
- README.txt Completed (3 pts) - README.txt Completed (3 pts)
- One of name, collaborators, or hours not filled in. (-1) - One of name, collaborators, or hours not filled in. (-1)
- Two or more of name, collaborators, or hours not filled in. (-2) - Two or more of name, collaborators, or hours not filled in. (-2)
- No reflection. (-1) - No reflection. (-1)
- IMPLEMENTATION AND CODING STYLE (8 pts) - IMPLEMENTATION AND CODING STYLE (6 pts)
- No credit (significantly incomplete implementation) (-8) - No credit (significantly incomplete implementation) (-6)
- Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2) - Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2)
- Function bodies containing more than one statement are placed in the .h file. (okay for templated classes) (-2) - Function bodies containing more than one statement are placed in the .h file. (okay for templated classes) (-2)
- Functions are not well documented or are poorly commented, in either the .h or the .cpp file. (-1) - Functions are not well documented or are poorly commented, in either the .h or the .cpp file. (-1)