-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prerequisites for practice exercises #1030
Add prerequisites for practice exercises #1030
Conversation
config.json
Outdated
@@ -168,7 +168,7 @@ | |||
"name": "Resistor Color Duo", | |||
"uuid": "de800041-3dcc-41b9-b101-7314ff685c93", | |||
"practices": [], | |||
"prerequisites": [], | |||
"prerequisites": ["arrays"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe better: array-transformations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain what you mean by "array-transformations" and "array-analysis", I don't get the subtlety
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are concepts, with existing exercises :D.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this would be better to put "array-analysis" just like in "Resistor Color". IMO this could also be a good exercise to add "array-destructuring", what do you think ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good @TomPradat
ea14608
to
d7d7a89
Compare
d7d7a89
to
525b035
Compare
@TomPradat let me know if this is ready. You can hit Squash and merge yourself if ya want. |
I meant to check everything one last time this week, I'll let you know when this is good for me :) |
@SleeplessByte I'm ready for the merge if you are :) |
This adresses the issue #982
What's left :