remove the global variables restriction

This commit is contained in:
Jidong Xiao
2024-03-09 20:35:37 -05:00
parent 015783b25b
commit 9573ea2298

View File

@@ -123,5 +123,4 @@ You must do this assignment on your own, as described in the [Collaboration Poli
- 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)
- Use of 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)