diff --git a/hws/06_inverse_word_search/README.md b/hws/06_inverse_word_search/README.md index 49be37a..a0cd137 100644 --- a/hws/06_inverse_word_search/README.md +++ b/hws/06_inverse_word_search/README.md @@ -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) - Poor file organization: Puts more than one class in a file (okay for very small helper classes) (-1) - Poor variable names. (-1) - - Use of global variables. (-1) - Contains useless comments like commented-out code, terminal commands, or silly notes. (-1)