|
|
@ -1,17 +1,17 @@ |
|
|
|
#### Functional |
|
|
|
#### Functional |
|
|
|
|
|
|
|
|
|
|
|
##### Try passing as arguments `"hello world" --color=red`. |
|
|
|
##### Try passing as arguments `"hello world" --color=red`. |
|
|
|
###### Does it displays the expected result? |
|
|
|
###### Does it display the expected result? |
|
|
|
##### Try passing as arguments `"1 + 1 = 2" --color=green`. |
|
|
|
##### Try passing as arguments `"1 + 1 = 2" --color=green`. |
|
|
|
###### Does it display the expected result? |
|
|
|
###### Does it display the expected result? |
|
|
|
##### Try passing as arguments `"(%&) ??" --color=yellow`. |
|
|
|
##### Try passing as arguments `"(%&) ??" --color=yellow`. |
|
|
|
###### Does it display the expected result? |
|
|
|
###### Does it display the expected result? |
|
|
|
##### Try specifying a set of letters to be colored (the second until the last letter). |
|
|
|
##### Try specifying a set of letters to be colored (the second until the last letter). |
|
|
|
###### Does it displays the expected result (the corresponding set of letters with that color)? |
|
|
|
###### Does it display the expected result (the corresponding set of letters with that color)? |
|
|
|
##### Try specifying letter to be colored (the second letter). |
|
|
|
##### Try specifying letter to be colored (the second letter). |
|
|
|
###### Does it displays the expected result (the corresponding letter with that color)? |
|
|
|
###### Does it display the expected result (the corresponding letter with that color)? |
|
|
|
##### Try specifying letter to be colored(just two letter). |
|
|
|
##### Try specifying letter to be colored(just two letter). |
|
|
|
###### Does it displays the expected result (the corresponding letters with that color)? |
|
|
|
###### Does it display the expected result (the corresponding letters with that color)? |
|
|
|
##### Try passing as arguments `"HeY GuYs" --color=orange`, in order to color `GuYs`. |
|
|
|
##### Try passing as arguments `"HeY GuYs" --color=orange`, in order to color `GuYs`. |
|
|
|
###### Does it display the expected result? |
|
|
|
###### Does it display the expected result? |
|
|
|
##### Try passing as arguments `"RGB()" --color=blue`, in order to color just the B. |
|
|
|
##### Try passing as arguments `"RGB()" --color=blue`, in order to color just the B. |
|
|
@ -19,13 +19,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
#### General |
|
|
|
#### General |
|
|
|
|
|
|
|
|
|
|
|
##### +Is it easy/intuitive to specify letter(s) to be coloured? |
|
|
|
###### +Is it easy/intuitive to specify letter(s) to be colored? |
|
|
|
##### +Can you use more than one color in the same string? |
|
|
|
###### +Can you use more than one color in the same string? |
|
|
|
|
|
|
|
|
|
|
|
#### Basic |
|
|
|
#### Basic |
|
|
|
|
|
|
|
|
|
|
|
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? |
|
|
|
###### +Does the project run 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 the output of the program well structured? Does any letter seem to be out of line? |
|
|
|
###### +Is there a test file for this code? |
|
|
|
###### +Is there a test file for this code? |
|
|
|
###### +Are the tests checking each possible case? |
|
|
|
###### +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)? |
|
|
|
###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)? |
|
|
|