From 16391aaadd979faf561364c0c9653b39d989e5c4 Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:50:33 +0000 Subject: [PATCH] Update audit.md --- subjects/ascii-art/justify/audit.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 40df4e6c..7aafc42b 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -7,7 +7,7 @@ ``` Usage: go run . [STRING] [BANNER] [OPTION] -EX: go run . something standard --align=right +Example : go run . something standard --align=right ``` ###### Does it display the same result as above? @@ -80,18 +80,18 @@ EX: go run . something standard --align=right #### 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 the output of the program well structured? Are the characters are correctly in line? +###### [+] Is the output of the program well structured? Are the characters are correctly in line? -###### +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?