From 4cd3f6c0526b0caaf2eb48a8c91b8d9cb1d3e35b Mon Sep 17 00:00:00 2001 From: Ihab Date: Wed, 16 Feb 2022 16:32:30 +0000 Subject: [PATCH] Update README.md --- subjects/ascii-art-web/audit/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/subjects/ascii-art-web/audit/README.md b/subjects/ascii-art-web/audit/README.md index b3b46fb4..8ae5fad8 100644 --- a/subjects/ascii-art-web/audit/README.md +++ b/subjects/ascii-art-web/audit/README.md @@ -1,6 +1,6 @@ #### Functional -###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/) +###### Has the requirement for the allowed packages been respected? (Reminder for this project: (only [standard packages](https://golang.org/pkg/)) ###### Does the project contain HTML files? @@ -100,26 +100,26 @@ o-o-o o--o o-o o o o o-o | | o o #### General -###### +Does the server present all the needed [handlers and patterns](https://golang.org/pkg/net/http/#HandleFunc) for the http requests? +###### [+] Does the server present all the needed [handlers and patterns](https://golang.org/pkg/net/http/#HandleFunc) for the http requests? #### Basic -###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### [+] Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### +Does the code obey the [good practices](../../good-practices/README.md)? +###### [+] Does the code obey the [good practices](../../good-practices/README.md)? -###### +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? -###### +Are the instructions in the website clear? +###### [+] Are the instructions in the website clear? -###### +Does the project run using an API? +###### [+] Does the project run using an API? #### Social -###### +Did you learn anything from this project? +###### [+] Did you learn anything from this project? -###### +Can it be open-sourced / be used for other sources? +###### [+] Can it be open-sourced / be used for other sources? -###### +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?