From 4e9758d217c6423517dd955a424cfb79416223ba Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 16:11:59 +0000 Subject: [PATCH] Update audit.md --- subjects/ascii-art/color/audit.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 52a33224..934a0e88 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -52,11 +52,11 @@ EX: go run . something --color= ###### Does it display the expected result? -##### Try passing as arguments a random string with special characters, and a random color in the color flag ("--color="), specifying one letter to be coloured. +##### Try passing as arguments a random string with special characters, and a random color in the color flag ("--color="), specifying one letter to be colored. ###### Does it display the expected result? -##### Try passing as arguments a random string with lower, upper case, spaces and numbers letters and a random color in the color flag ("--color="), specifying a set of letters to be coloured. +##### Try passing as arguments a random string with lower, upper case, spaces and numbers letters and a random color in the color flag ("--color="), specifying a set of letters to be colored. ###### Does it display the expected result? @@ -64,28 +64,28 @@ 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? (ex: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`) +###### [+] Can you use for the flag "--color=" different notation? (ex: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`)