From 9573ea22982ca8a60f69839bf9320c919521c67d Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sat, 9 Mar 2024 20:35:37 -0500 Subject: [PATCH] remove the global variables restriction --- hws/06_inverse_word_search/README.md | 1 - 1 file changed, 1 deletion(-) 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)