-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Rework 24 hour clock worked example prep #1033
Conversation
✅ Deploy Preview for cyf-curriculum canceled.
|
✅ Deploy Preview for cyf-launch ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for cyf-programming ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for cyf-sdc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for cyf-common canceled.
|
✅ Deploy Preview for cyf-tracks ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for cyf-piscine ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for cyf-itd canceled.
|
50789f7
to
201c2a5
Compare
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.
Loving it so far.
I'm going to stop reviewing because there are two general themes which you can just run with.
- Break up your sentences.
- Convert 2/3 of your information into activities, retaining the first piece as a worked example and the last piece/ your summary analysis.
Then let's go again! 🚀 ❤️ 🙌
common-content/en/module/js1/identifying-missing-tests/index.md
Outdated
Show resolved
Hide resolved
common-content/en/module/js1/identifying-missing-tests/index.md
Outdated
Show resolved
Hide resolved
* Pull out an entire prep block about interpreting errors - we frequently see trainees ignore errors and wildly guess, this tries to guide away from that more. * Also a block about strategies to handle errors when we run into them. * Split "how to conditionals" and "what to do in the other branch" into two separate stages of solving the problem, and add "test and get feedback you've solved one of them" as a suggested step before solving the other one. * Explain why we need to convert to numbers before comparing strings. * Add a block on refactoring out repetition * Add a block about identifying classes of input and edge cases. I've added a prep exercise to continue the edge-case finding.
201c2a5
to
b63e7cc
Compare
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
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.
Love it! Some tiny notes
common-content/en/module/js1/identifying-missing-tests/index.md
Outdated
Show resolved
Hide resolved
common-content/en/module/js1/identifying-missing-tests/index.md
Outdated
Show resolved
Hide resolved
common-content/en/module/js1/identifying-missing-tests/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
Co-authored-by: Sally McGrath <[email protected]>
What does this change?
I've added a prep exercise to continue the edge-case finding in CodeYourFuture/Module-Structuring-and-Testing-Data#41.
Fixes #243
Common Content?
Yes, it reworks a lot of js1 blocks.
Hopefully anyone depending on these blocks will be broken by the fact that the
js1/assembly
block has been removed, and will see they need to update what they pull in.Org Content?
Sprint
Checklist