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.

36 lines
1.8 KiB

#### Functional Project Questions
##### Try passing as arguments `"left" --align=right`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `"right" --align=left`
###### Does it displays the correct result at the left side?
##### Try passing as arguments `"hello" --align=center`
###### Does it displays the correct result at the center?
##### Try passing as arguments `"1 Two 4" --align=justify`
###### Does it displays the correct result justified?
##### Try passing as arguments `"23/32" --align=right`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `"ABCabc123" --align=right`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `"!#$%&" --align=center`
###### Does it displays the correct result at the center?
##### Try passing as arguments `"23Hello World!" --align=left`
###### Does it displays the correct result at the left side?
##### Try passing as arguments `"HELLO there HOW are YOU?!" --align=justify`
###### Does it displays the correct result justified?
##### Try passing as arguments `"a -> A b -> B c -> C" --align=right`
###### Does it displays the correct result at 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?