Browse Source

Update audit.md

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

16
subjects/ascii-art/fs/audit.md

@ -169,22 +169,22 @@ o-O-o o o-o o o o-o o o o | o o o--O $
#### General
###### [+] Does the project contain their own templates?
###### +Does the project contain their own templates?
#### 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?

Loading…
Cancel
Save