From aed35253ac36e79bf19278992e7c878d4b57e569 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 11 Apr 2022 09:57:51 +0100 Subject: [PATCH] fixing some readmes according to issues --- subjects/make-your-game/history/audit.md | 14 +++++++------- subjects/point/README.md | 2 ++ subjects/who-are-you/README.md | 8 ++++++++ 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/subjects/make-your-game/history/audit.md b/subjects/make-your-game/history/audit.md index b6a92616..d89c163b 100644 --- a/subjects/make-your-game/history/audit.md +++ b/subjects/make-your-game/history/audit.md @@ -14,21 +14,21 @@ ##### Try using the Dev Tool/Performance. -###### Is there no frame drop? +###### Can you confirm that there are no frame drops? ##### Try using the Dev Tool/Performance. -###### Does the game run at/or around 60fps? +###### Does the game run at/or around 60fps?(from 50 to 60 or more) -##### Try using the Dev Tool/performance and the option rendering with the paint ON, if possible. +##### Try using the Dev Tool/performance and the option rendering with the `paint flashing` ON, if possible. -###### Is the paint being used the less possible? +###### Can you confirm that the paint is being used as little as possible? -##### Try using the Dev Tool/performance and the option rendering with the layer ON, if possible. +##### Try using the Dev Tool/performance and the option rendering with the `layer borders` ON, if possible. -###### Are the layers being used the less possible? +###### Can you confirm that the layers are being used as little as possible? -###### Are the creation of the [layers being promoted](https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count) properly? +###### Is [layer creation being promoted](https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count) properly? #### Bonus diff --git a/subjects/point/README.md b/subjects/point/README.md index d87965db..93dd860c 100644 --- a/subjects/point/README.md +++ b/subjects/point/README.md @@ -8,6 +8,8 @@ Create a new directory called `point`. - The necessary changes must be applied so that the program works. +- The function `setPoint()` must work with `int`. + ### Code to be copied ```go diff --git a/subjects/who-are-you/README.md b/subjects/who-are-you/README.md index 29c3274e..c811b25c 100644 --- a/subjects/who-are-you/README.md +++ b/subjects/who-are-you/README.md @@ -11,3 +11,11 @@ Create the file `who-are-you.sh` which will remind you who you are by showing yo - Where to look : https://((DOMAIN))/assets/superhero/all.json - What to use : `curl` and `jq` + +- The output should be exactly like the example bellow but with the expected name + +```console +$./who-are-you.sh | cat -e +"name"$ +$ +```