Browse Source

link corrections for all projects

content-update
lee 5 years ago
parent
commit
572b903151
  1. 2
      subjects/ascii-art-web/ascii-art-web-dockerize.audit.en.md
  2. 4
      subjects/ascii-art-web/ascii-art-web-dockerize.en.md
  3. 2
      subjects/ascii-art-web/ascii-art-web-export-file.audit.en.md
  4. 6
      subjects/ascii-art-web/ascii-art-web-export-file.en.md
  5. 2
      subjects/ascii-art-web/ascii-art-web-stylize.audit.en.md
  6. 4
      subjects/ascii-art-web/ascii-art-web-stylize.en.md
  7. 2
      subjects/ascii-art-web/ascii-art-web.audit.en.md
  8. 4
      subjects/ascii-art-web/ascii-art-web.en.md
  9. 4
      subjects/ascii-art/ascii-art-color.en.md
  10. 2
      subjects/ascii-art/ascii-art-fs.audit.en.md
  11. 6
      subjects/ascii-art/ascii-art-fs.en.md
  12. 2
      subjects/ascii-art/ascii-art-justify.audit.en.md
  13. 4
      subjects/ascii-art/ascii-art-justify.en.md
  14. 2
      subjects/ascii-art/ascii-art-output.audit.en.md
  15. 4
      subjects/ascii-art/ascii-art-output.en.md
  16. 18
      subjects/ascii-art/ascii-art-reverse.audit.en.md
  17. 4
      subjects/ascii-art/ascii-art-reverse.en.md
  18. 2
      subjects/ascii-art/ascii-art.audit.en.md
  19. 2
      subjects/ascii-art/ascii-art.en.md
  20. 2
      subjects/groupie-trackers/groupie-trackers-filters.audit.en.md
  21. 4
      subjects/groupie-trackers/groupie-trackers-filters.en.md
  22. 2
      subjects/groupie-trackers/groupie-trackers-geolocation.audit.en.md
  23. 4
      subjects/groupie-trackers/groupie-trackers-geolocation.en.md
  24. 2
      subjects/groupie-trackers/groupie-trackers-search-bar.audit.en.md
  25. 4
      subjects/groupie-trackers/groupie-trackers-search-bar.en.md
  26. 2
      subjects/groupie-trackers/groupie-trackers.audit.en.md
  27. 2
      subjects/groupie-trackers/groupie-trackers.en.md
  28. 2
      subjects/push-swap/push-swap.audit.en.md
  29. 2
      subjects/push-swap/push-swap.en.md
  30. 2
      subjects/tetris-optimizer/tetris-optimizer.audit.en.md

2
subjects/ascii-art-web/ascii-art-web-dockerize.audit.en.md

@ -42,7 +42,7 @@ student$
#### Basic
###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Is there a test file for this code?
###### +Are the tests checking each possible case?

4
subjects/ascii-art-web/ascii-art-web-dockerize.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/ascii-art-web/ascii-art-web.en.md) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject.
- For this project you must create at least :
- one Dockerfile
@ -32,7 +32,7 @@ This project will help you learn about :
### Instructions
- The web server must be created in **Go**.
- The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en).
- You must use Docker.
- The project must have a **Dockerfile**.
- Your Dockerfile must respect the [Dockerfile good practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/).

2
subjects/ascii-art-web/ascii-art-web-export-file.audit.en.md

@ -16,7 +16,7 @@
#### Basic
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Are the instructions in the website clear?
###### +Does the project run using an API?
###### +Can you export in multiple formats?

6
subjects/ascii-art-web/ascii-art-web-export-file.en.md

@ -2,11 +2,11 @@
### Objectives
You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/ascii-art-web/ascii-art-web.en.md) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject.
Ascii-art-web-export consists on making sure that it is possible to export the output of the web application, at least in one export format at your choice.
- You should be able to export the result of the [ascii-art](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art.en.md) project implemented in the website.
- You should be able to export the result of the [ascii-art](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) project implemented in the website.
- The file must be exported with the right permissions (**read and write**) for the user.
This project will help you learn about :
@ -24,4 +24,4 @@ This project will help you learn about :
- The web server must export at least in one export format.
- The web server must be created in **Go**.
- You must handle website errors.
- The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en).

2
subjects/ascii-art-web/ascii-art-web-stylize.audit.en.md

@ -16,7 +16,7 @@
###### +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)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
#### Social

4
subjects/ascii-art-web/ascii-art-web-stylize.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/ascii-art-web/ascii-art-web.en.md) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject.
Ascii-art-stylize consists on making your site :
@ -19,7 +19,7 @@ This project will help you learn about:
### Instructions
- Your project must contain **CSS**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- We suggest you to search for the principles of a good website design.
- It must be possible to see the text properly despite the colors used.

2
subjects/ascii-art-web/ascii-art-web.audit.en.md

@ -84,7 +84,7 @@ o-o-o o--o o-o o o o o-o | | o o
#### Basic
###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Is there a test file for this code?
###### +Are the tests checking each possible case?

4
subjects/ascii-art-web/ascii-art-web.en.md

@ -4,7 +4,7 @@
Ascii-art-web consists in creating and running a server, in which it will be possible to use a web **GUI** (graphical user interface) version of your last project, ascii-art.
- You must use your [ascii-art](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art.en.md) application for this project.
- You must use your [ascii-art](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) application for this project.
- You can run your server **locally** (localhost) or using an **API**.
- You must use the different [banners](https://github.com/01-edu/public/tree/master/subjects/ascii-art) for the website.
- It should be available to choose between the banners.
@ -28,7 +28,7 @@ This project will help you learn about :
- You must handle website errors.
- The web server must be created in **Go**.
- The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en).
- The project must have files written in **HTML**.
### Usage

4
subjects/ascii-art/ascii-art-color.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [instructions](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art.en.md) as in the first subject but with colors.
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en.md) as in the first subject but with colors.
- The output should manipulate colors using the **flag** `--color=<color>`, in which `--color` is the flag and `<color>` is the color of choice.
- The colors must respect the [RGB](https://en.wikipedia.org/wiki/RGB_color_model) concept.
@ -23,5 +23,5 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- It is recommended that the code should present a **test file**.

2
subjects/ascii-art/ascii-art-fs.audit.en.md

@ -117,7 +117,7 @@ o-O-o o o-o o o o-o o o o | o o o--O
###### +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)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
#### Social

6
subjects/ascii-art/ascii-art-fs.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [instructions](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art.en.md) as in the first subject but the second argument must be the name of the template.
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject but the second argument must be the name of the template.
This project will help you learn about :
@ -16,9 +16,9 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- It is recommended that the code should present a **test file**.
- You can see all about the **banners** [here](https://github.com/01-edu/public/tree/master/subjects/ascii-art/ascii-art.en.md).
- You can see all about the **banners** [here](https://github.com/01-edu/public/tree/master/subjects/ascii-art).
### Usage

2
subjects/ascii-art/ascii-art-justify.audit.en.md

@ -42,7 +42,7 @@
###### +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)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
#### Social

4
subjects/ascii-art/ascii-art-justify.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [instructions](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art.en.md) as in the first subject but the representation should be formatted using a **flag** `--align=<type>`, in which `type` can be :
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject but the representation should be formatted using a **flag** `--align=<type>`, in which `type` can be :
- center
- left
@ -23,7 +23,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- It is recommended that the code should present a **test file**.
### Usage

2
subjects/ascii-art/ascii-art-output.audit.en.md

@ -129,7 +129,7 @@ student$ cat test07.txt
###### +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)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
#### Social

4
subjects/ascii-art/ascii-art-output.en.md

@ -2,7 +2,7 @@
### Objectives
- You must follow the same [instructions](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art.en.md) as in the first subject but writing the result into a file.
- You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject but writing the result into a file.
- The file must be named by using the flag `--output=<fileName.txt>`, in which `--output` is the flag and `<fileName.txt>` is the file name.
@ -18,7 +18,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- It is recommended that the code should present a **test file**.
### Usage

18
subjects/ascii-art/ascii-art-reverse.audit.en.md

@ -1,34 +1,34 @@
#### Functional Project Questions
##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art-reverse-example.md).
##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
`Hello World`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art-reverse-example.md).
##### Try passing to the reverse flag `"--reverse=example01.txt"` the [example 01](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
`123`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art-reverse-example.md).
##### Try passing to the reverse flag `"--reverse=example02.txt"` the [example 02](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
`#=\[`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art-reverse-example.md).
##### Try passing to the reverse flag `"--reverse=example03.txt"` the [example 03](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
`(somthing&234)`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art-reverse-example.md).
##### Try passing to the reverse flag `"--reverse=example04.txt"` the [example 04](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
`abcdefghijklmnopqrstuvwxyz`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art-reverse-example.md).
##### Try passing to the reverse flag `"--reverse=example05.txt"` the [example 05](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
`\!" #$%&'()*+,-./`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art-reverse-example.md).
##### Try passing to the reverse flag `"--reverse=example06.txt"` the [example 06](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
`:;<=>?@`
###### Does it display the value above?
##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art-reverse-example.md).
##### Try passing to the reverse flag `"--reverse=example07.txt"` the [example 07](https://public.01-edu.org/subjects/ascii-art/ascii-art-reverse-example).
`ABCDEFGHIJKLMNOPQRSTUVWXYZ`
###### Does it display the value above?
#### Basic
###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Is there a test file for this code?
###### +Are the tests checking each possible case?

4
subjects/ascii-art/ascii-art-reverse.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [instructions](https://github.com/01-edu/public/blob/master/subjects/ascii-art/ascii-art.en.md) as in the first subject.
You must follow the same [instructions](https://public.01-edu.org/subjects/ascii-art/ascii-art.en) as in the first subject.
- Ascii-reverse consists on reversing the process, converting the graphic representation into a text.
- You will have to create a text file containing a graphic representation of a random `string`.
@ -21,7 +21,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- It is recommended that the code should present a **test file**.
### Usage

2
subjects/ascii-art/ascii-art.audit.en.md

@ -205,7 +205,7 @@ __ _ _ _ _ _ _ _ __ _ __ __ _
#### Basic
###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Is there a test file for this code?
###### +Are the tests checking each possible case?

2
subjects/ascii-art/ascii-art.en.md

@ -19,7 +19,7 @@ This project will help you learn about :
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- It is recommended that the code should present a **test file**.
- It will be given some [**banner**](https://github.com/01-edu/public/blob/master/subjects/ascii-art) files with a specific graphical template representation of ASCII. The files are formatted in a way that it is not necessary to change them.

2
subjects/groupie-trackers/groupie-trackers-filters.audit.en.md

@ -36,7 +36,7 @@
#### Basic
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Are the instructions in the website clear?
#### Social

4
subjects/groupie-trackers/groupie-trackers-filters.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/groupie-trackers/groupie-trackers.en.md) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-trackers/groupie-trackers.en) as the first subject.
- Groupie Trackers Filters consists on letting the user filter the artists/bands that will be shown.
@ -31,5 +31,5 @@ This project will help you learn about:
- The backend must be written in **Go**.
- You must handle website errors.
- The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en)
- It is recommended that the code should present a **test file**.

2
subjects/groupie-trackers/groupie-trackers-geolocation.audit.en.md

@ -92,7 +92,7 @@ gulf shores alabama usa
#### Basic
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Are the instructions in the website clear?
###### +Does the project run using an API?

4
subjects/groupie-trackers/groupie-trackers-geolocation.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/groupie-trackers/groupie-trackers.en.md) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-trackers/groupie-trackers.en) as the first subject.
- Groupie Trackers Geolocation consists on mapping the different concerts locations of a certain artist/band given by the Client.
@ -23,7 +23,7 @@ This project will help you learn about :
- The backend must be written in **Go**
- You must handle website errors
- The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)
- The code must respect the [good practices](https://public.01-edu.org/subjects/good-practices.en)
- It is recommended that the code should present a **test file**
### Usage

2
subjects/groupie-trackers/groupie-trackers-search-bar.audit.en.md

@ -32,7 +32,7 @@
#### Basic
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Are the instructions in the website clear?
###### +Does the project run using an API?

4
subjects/groupie-trackers/groupie-trackers-search-bar.en.md

@ -2,7 +2,7 @@
### Objectives
You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/groupie-trackers/groupie-trackers.en.md) as the first subject.
You must follow the same [principles](https://public.01-edu.org/subjects/groupie-trackers/groupie-trackers.en) as the first subject.
Groupie-trackers-search-bar consists of creating a functional program that searches, inside your website, for a specific input text.
@ -27,4 +27,4 @@ This project will help you learn about :
### Instructions
- The program must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).

2
subjects/groupie-trackers/groupie-trackers.audit.en.md

@ -65,7 +65,7 @@
#### Basic
###### +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://public.01-edu.org/subjects/good-practices.en)?
#### Social

2
subjects/groupie-trackers/groupie-trackers.en.md

@ -33,7 +33,7 @@ This project will help you learn about :
### Instructions
- The backend must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- It is recommended that the code should present a **test file**.
### Usage

2
subjects/push-swap/push-swap.audit.en.md

@ -59,7 +59,7 @@ OK
#### Basic
###### +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://public.01-edu.org/subjects/good-practices.en)?
###### +Is there a test file for this code?
###### +Are the tests checking each possible case?

2
subjects/push-swap/push-swap.en.md

@ -149,7 +149,7 @@ student$
### Instructions
- Your project must be written in **Go**.
- The code must respect the [**good practices**](https://github.com/01-edu/public/good-practices.en.md).
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
- It is recommended that the code should present a **test file**.
- The first executable file must be named **checker** and the second **push_swap**.
- You have to be able to handle the errors.

2
subjects/tetris-optimizer/tetris-optimizer.audit.en.md

@ -37,7 +37,7 @@
###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +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)?
###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices.en)?
#### Social

Loading…
Cancel
Save