diff --git a/subjects/ascii-art/audit/README.md b/subjects/ascii-art/audit/README.md index d57f58cb..7a84d6d4 100644 --- a/subjects/ascii-art/audit/README.md +++ b/subjects/ascii-art/audit/README.md @@ -276,7 +276,7 @@ __ _ _ _ _ _ _ _ __ _ __ __ _ ###### +Are the tests checking each possible case? -###### +Is the output of the program well structured? The characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? #### Social diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index bd973c16..52a33224 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -72,7 +72,7 @@ EX: go run . something --color= ###### +Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? The characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? ###### +Is there a test file for this code? diff --git a/subjects/ascii-art/fs/audit.md b/subjects/ascii-art/fs/audit.md index 91e4688d..1f460686 100644 --- a/subjects/ascii-art/fs/audit.md +++ b/subjects/ascii-art/fs/audit.md @@ -175,7 +175,7 @@ o-O-o o o-o o o o-o o o o | o o o--O $ ###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? The characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? ###### +Is there a test file for this code? diff --git a/subjects/ascii-art/justify/audit.md b/subjects/ascii-art/justify/audit.md index 36011635..40df4e6c 100644 --- a/subjects/ascii-art/justify/audit.md +++ b/subjects/ascii-art/justify/audit.md @@ -82,7 +82,7 @@ EX: go run . something standard --align=right ###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? The characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? ###### +Is there a test file for this code? diff --git a/subjects/ascii-art/output/audit.md b/subjects/ascii-art/output/audit.md index 968d7043..9ae15418 100644 --- a/subjects/ascii-art/output/audit.md +++ b/subjects/ascii-art/output/audit.md @@ -180,7 +180,7 @@ $ ###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? The characters are correctly in line? +###### +Is the output of the program well structured? Are the characters are correctly in line? ###### +Is there a test file for this code?