adding global variable rubric mark

This commit is contained in:
Jidong Xiao
2023-11-20 20:12:35 -05:00
parent f95a359cb9
commit 6ece2ff381

View File

@@ -308,6 +308,7 @@ To be added (not a promise).
- 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) (-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)
- Uses global variables. (-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 (6 pts) - DATA REPRESENTATION (6 pts)
- Does not use std::priority_queue at all. (-6) - Does not use std::priority_queue at all. (-6)