adjusting rubrics

This commit is contained in:
Jidong Xiao
2023-10-05 00:11:35 -04:00
parent c826d6dcd4
commit ca4338efbd

View File

@@ -164,8 +164,8 @@ README.txt file.
15 pts 15 pts
- README.txt Completed (2 pts) - README.txt Completed (2 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)
- OVERALL CLASS DECLARATION & IMPLEMENTATION AND CODING STYLE (Good class design, split into a .h and .cpp file. Functions > 1 line are in .cpp file. Organized class implementation and reasonable comments throughout. Correct use of const/const& and of class method const. ) (7 pts) - OVERALL CLASS DECLARATION & IMPLEMENTATION AND CODING STYLE (Good class design, split into a .h and .cpp file. Functions > 1 line are in .cpp file. Organized class implementation and reasonable comments throughout. Correct use of const/const& and of class method const. ) (7 pts)
- No credit (significantly incomplete implementation) (-7) - No credit (significantly incomplete implementation) (-7)
- Function bodies containing more than one statement are placed in the .h file. (-2) - Function bodies containing more than one statement are placed in the .h file. (-2)
@@ -173,7 +173,7 @@ README.txt file.
- 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)
- Improper uses or omissions of const and reference. (-1) - Improper uses or omissions of const and reference. (-1)
- Overly cramped, excessive whitespace, or poor indentation. (-1) - Overly cramped, excessive whitespace, or poor indentation. (-1)
- Poor file organization: Puts more than one class in a file (okay for very small helper classes, maybe) (-1) - Poor file organization: Puts more than one class in a file (okay for very small helper classes) (-1)
- Poor variable names. (-1) - Poor variable names. (-1)
- Contains useless comments like commented-out code, terminal commands, or silly notes. (-1) - Contains useless comments like commented-out code, terminal commands, or silly notes. (-1)
- DATA REPRESENTATION (Must create and use homemade linked lists for the implementation.) (5 pts) - DATA REPRESENTATION (Must create and use homemade linked lists for the implementation.) (5 pts)
@@ -182,4 +182,4 @@ README.txt file.
- Member variables are public. (-2) - Member variables are public. (-2)
- OUTPUT OPERATOR OVERLOADING (2 pts) - OUTPUT OPERATOR OVERLOADING (2 pts)
- Does not overload the output (<<) operator. (-2) - Does not overload the output (<<) operator. (-2)
- Incorrect Syntax (-1) - Incorrect syntax. (-1)