mirror of https://github.com/01-edu/public.git
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
3.1 KiB
84 lines
3.1 KiB
4 years ago
|
#### 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](https://public.01-edu.org/subjects/tetris-optimizer/badexample00).
|
||
|
|
||
|
`ERROR`
|
||
|
|
||
|
###### Does the program prints the value above?
|
||
|
|
||
|
##### Try [bad example 01](https://public.01-edu.org/subjects/tetris-optimizer/badexample01).
|
||
|
|
||
|
`ERROR`
|
||
|
|
||
|
###### Does the program prints the value above?
|
||
|
|
||
|
##### Try [bad example 02](https://public.01-edu.org/subjects/tetris-optimizer/badexample02).
|
||
|
|
||
|
`ERROR`
|
||
|
|
||
|
###### Does the program prints the value above?
|
||
|
|
||
|
##### Try [bad example 03](https://public.01-edu.org/subjects/tetris-optimizer/badexample03).
|
||
|
|
||
|
`ERROR`
|
||
|
|
||
|
###### Does the program prints the value above?
|
||
|
|
||
|
##### Try [bad example 04](https://public.01-edu.org/subjects/tetris-optimizer/badexample04).
|
||
|
|
||
|
`ERROR`
|
||
|
|
||
|
###### Does the program prints the value above?
|
||
|
|
||
|
##### Try [bad format](https://public.01-edu.org/subjects/tetris-optimizer/badformat).
|
||
|
|
||
|
`ERROR`
|
||
|
|
||
|
###### Does the program prints the value above?
|
||
|
|
||
|
##### Try [good example 00](https://public.01-edu.org/subjects/tetris-optimizer/goodexample00).
|
||
|
|
||
|
###### Does the result contain 0 empty spaces (0 '.')?
|
||
|
|
||
|
##### Try [good example 01](https://public.01-edu.org/subjects/tetris-optimizer/goodexample01).
|
||
|
|
||
|
###### Does the result contain 9 empty spaces (9 '.')?
|
||
|
|
||
|
##### Try [good example 02](https://public.01-edu.org/subjects/tetris-optimizer/goodexample02).
|
||
|
|
||
|
###### Does the result contain 4 empty spaces (4 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
|
||
|
|
||
|
##### Try [good example 03](https://public.01-edu.org/subjects/tetris-optimizer/goodexample03).
|
||
|
|
||
|
###### Does the result contain 5 empty spaces (5 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
|
||
|
|
||
|
##### Try [hard example](https://public.01-edu.org/subjects/tetris-optimizer/hardexam).
|
||
|
|
||
|
###### Does the result contain 1 empty spaces (1 '.') and a time limit lesser or equal to the one in the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
|
||
|
|
||
|
###### 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?
|
||
|
|
||
|
###### 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
|
||
|
|
||
|
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
|
||
|
|
||
|
###### +Is there a test file for this code?
|
||
|
|
||
|
###### +Are the tests checking each possible case?
|
||
|
|
||
|
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
|
||
|
|
||
|
#### Social
|
||
|
|
||
|
###### +Did you learn anything from this project?
|
||
|
|
||
|
###### +Would you recommend/nominate this program as an example for the rest of the school?
|