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.

51 lines
2.2 KiB

#### Functional Project Questions
##### Try passing as arguments `left standard --align=right`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `right standard --align=left`
###### Does it displays the correct result at the left side?
##### Try passing as arguments `hello shadow --align=center`
###### Does it displays the correct result at the center?
##### Try passing as arguments `"1 Two 4" shadow --align=justify`
###### Does it displays the correct result justified?
##### Try passing as arguments `23/32 standard --align=right`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `ABCabc123 thinkertoy--align=right`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `!#$%&" thinkertoy --align=cente`
###### Does it displays the correct result at the center?
##### Try passing as arguments `"23Hello World!" standard --align=left`
###### Does it displays the correct result at the left side?
##### Try passing as arguments `"HELLO there HOW are YOU?!" thinkertoy --align=justify`
###### Does it displays the correct result justified?
##### Try passing as arguments `"a -> A b -> B c -> C" shadow --align=right`
###### Does it displays the correct result at the right side?
###### Try reducing the terminal window and run `abcd shadow --align=right`
###### Does the representation adapt to the terminal size displaying the right result in the right side?
###### Try reducing the terminal window and run `ola standard --align=center`
###### Does the representation adapt to the terminal size displaying the right result in the right side?
#### Basic
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Is the output of the program well structured? Does any letter seems to be out of line?
###### +Is there a test file for this code?
###### +Are the tests checking each possible case?
###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)?
#### Social
###### +Did you learn anything from this project?
###### +Would you recommend/nominate this program as an example for the rest of the school?