You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.5 KiB

#### Functional
###### Has the requirement for the allowed packages been respected? (Reminder for this project: only [standard packages](https://golang.org/pkg/))
##### Try [bad example 00](../badexample00/README.md).
`ERROR`
###### Does the program prints the value above?
##### Try [bad example 01](../badexample01/README.md).
`ERROR`
###### Does the program prints the value above?
##### Try [bad example 02](../badexample02/README.md).
`ERROR`
###### Does the program prints the value above?
##### Try [bad example 03](../badexample03/README.md).
`ERROR`
###### Does the program prints the value above?
##### Try [bad example 04](../badexample04/README.md).
`ERROR`
###### Does the program prints the value above?
##### Try [bad format](../badformat/README.md).
`ERROR`
###### Does the program prints the value above?
##### Try [good example 00](../goodexample00/README.md).
###### Does the result contain 0 empty spaces (0 '.')?
##### Try [good example 01](../goodexample01/README.md).
###### Does the result contain 9 empty spaces (9 '.')?
##### Try [good example 02](../goodexample02/README.md).
###### Does the result contain 4 empty spaces (4 '.') and a time limit lesser or equal to the one in the [good practices](../../good-practices/README.md)?
##### Try [good example 03](../goodexample03/README.md).
###### Does the result contain 5 empty spaces (5 '.') and a time limit lesser or equal to the one in the [good practices](../../good-practices/README.md)?
##### Try [hard example](../hardexam/README.md).
###### Does the result contain 1 empty spaces (1 '.') and a time limit lesser or equal to the one in the [good practices](../../good-practices/README.md)?
###### Are all of the Tetrominos contained in the test file, present in the output?
###### Different characters correspond to different Tetrominos?
###### Does one Tetromino has only one character?
2 years ago
###### 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
2 years ago
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
2 years ago
###### +Is there a test file for this code?
2 years ago
###### +Are the tests checking each possible case?
2 years ago
###### +Does the code obey the [good practices](../../good-practices/README.md)?
#### Social
2 years ago
###### +Did you learn anything from this project?
2 years ago
###### +Would you recommend/nominate this program as an example for the rest of the school?