Browse Source

Update README.md

content-update
Ihab 2 years ago committed by GitHub
parent
commit
dc193c1855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      subjects/tetris-optimizer/audit/README.md

14
subjects/tetris-optimizer/audit/README.md

@ -64,20 +64,20 @@
###### Does one Tetromino has only one character? ###### Does one Tetromino has only one character?
###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid compilation, Cheating, Crashing, Leaks) ###### As an auditor, is this project up to every standard? If not, why are you failing the project?(Empty Work, Incomplete Work, Invalid Compilation, Cheating, Crashing, Leaks)
#### Basic #### 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 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 #### 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