From 8fdf06dc2168e074fb4d2261188dd2a376fe42a3 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 17:13:23 +0000 Subject: [PATCH] Update README.md --- subjects/tetris-optimizer/audit/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/subjects/tetris-optimizer/audit/README.md b/subjects/tetris-optimizer/audit/README.md index 53c233a61..513535325 100644 --- a/subjects/tetris-optimizer/audit/README.md +++ b/subjects/tetris-optimizer/audit/README.md @@ -68,16 +68,16 @@ #### Basic -###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school?