Browse Source

Update audit.md

content-update
Ihab 2 years ago committed by GitHub
parent
commit
388b7f45d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      subjects/ascii-art/color/audit.md

23
subjects/ascii-art/color/audit.md

@ -64,30 +64,29 @@ EX: go run . something --color=<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?
###### &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Examples :
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`--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%)`

Loading…
Cancel
Save