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.
90 lines
3.4 KiB
90 lines
3.4 KiB
5 years ago
|
#### Functional
|
||
|
|
||
|
###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/)
|
||
5 years ago
|
|
||
5 years ago
|
##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
|
||
5 years ago
|
|
||
5 years ago
|
`Hello World`
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the value above?
|
||
5 years ago
|
|
||
5 years ago
|
##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
|
||
5 years ago
|
|
||
5 years ago
|
`123`
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the value above?
|
||
5 years ago
|
|
||
5 years ago
|
##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
|
||
5 years ago
|
|
||
5 years ago
|
`#=\[`
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the value above?
|
||
5 years ago
|
|
||
5 years ago
|
##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
|
||
5 years ago
|
|
||
5 years ago
|
`(somthing&234)`
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the value above?
|
||
5 years ago
|
|
||
5 years ago
|
##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
|
||
5 years ago
|
|
||
5 years ago
|
`abcdefghijklmnopqrstuvwxyz`
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the value above?
|
||
5 years ago
|
|
||
5 years ago
|
##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
|
||
5 years ago
|
|
||
5 years ago
|
`\!" #$%&'()*+,-./`
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the value above?
|
||
5 years ago
|
|
||
5 years ago
|
##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
|
||
5 years ago
|
|
||
5 years ago
|
`:;<=>?@`
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the value above?
|
||
5 years ago
|
|
||
5 years ago
|
##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
|
||
5 years ago
|
|
||
5 years ago
|
`ABCDEFGHIJKLMNOPQRSTUVWXYZ`
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the value above?
|
||
|
|
||
5 years ago
|
##### Try passing to the reverse flag a file containing a graphical representation in ASCII of a random string with lower and upper case letters.
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the expected result?
|
||
|
|
||
|
##### Try passing to the reverse flag a file containing a graphical representation in ASCII of a random string with lower case letters, numbers and spaces.
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the expected result?
|
||
|
|
||
|
##### Try passing to the reverse flag a file containing a graphical representation in ASCII of a random string with special characters.
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the expected result?
|
||
|
|
||
|
##### Try passing to the reverse flag a file containing a graphical representation in ASCII of a random string with lower, upper case, spaces and numbers letters.
|
||
5 years ago
|
|
||
5 years ago
|
###### Does it display the expected result?
|
||
|
|
||
5 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)
|
||
|
|
||
5 years ago
|
#### Basic
|
||
|
|
||
5 years ago
|
###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
|
||
5 years ago
|
|
||
5 years ago
|
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Is there a test file for this code?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Are the tests checking each possible case?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Is the output of the program well structured? Does any letter seems to be out of line?
|
||
5 years ago
|
|
||
|
#### Social
|
||
|
|
||
5 years ago
|
###### +Did you learn anything from this project?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Can it be open-sourced / be used for other sources?
|
||
5 years ago
|
|
||
5 years ago
|
###### +Would you recommend/nominate this program as an example for the rest of the school?
|