From 388b7f45d0772f75ddc188625c8623826a026e16 Mon Sep 17 00:00:00 2001 From: Ihab Date: Thu, 17 Feb 2022 17:17:57 +0000 Subject: [PATCH] Update audit.md --- subjects/ascii-art/color/audit.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 0c798d9d..0d8dec59 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -64,30 +64,29 @@ EX: go run . something --color= #### General -###### [+] Is it easy/intuitive to specify letter(s) to be colored? +###### +Is it easy/intuitive to specify letter(s) to be colored? -###### [+] Can you use more than one color in the same string? +###### +Can you use more than one color in the same string? #### Basic -###### [+] Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)? +###### +Does the project run 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? #### Bonus -###### [+] Can you use for the flag "--color=" different notation? -######       Examples : -          `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +###### +Can you use for the flag "--color=" different notation? +###### Examples : `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`