From 464708ec37f4bbccad39eba4b0bb385076fb5c45 Mon Sep 17 00:00:00 2001 From: Ihab Date: Wed, 16 Feb 2022 16:35:22 +0000 Subject: [PATCH] Update audit.md --- subjects/ascii-art-web/stylize/audit.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/subjects/ascii-art-web/stylize/audit.md b/subjects/ascii-art-web/stylize/audit.md index c4c3cb89..e0dec6bf 100644 --- a/subjects/ascii-art-web/stylize/audit.md +++ b/subjects/ascii-art-web/stylize/audit.md @@ -12,20 +12,20 @@ #### General -###### +Is it easy to use the web site? +###### [+] Is it easy to use the web site? -###### +Does it have a background? +###### [+] Does it have a background? #### Basic -###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### [+] Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? -###### +Is the output of the program well structured? Is the output aligned, without any letter out of line? +###### [+] Is the output of the program well structured? Is the output aligned, without any letter out of line? -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Would you recommend/nominate this program as an example for the rest of the school? +###### [+] Would you recommend/nominate this program as an example for the rest of the school?