-
-
Notifications
You must be signed in to change notification settings - Fork 72
Practice entries in config.json #960
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
Practice entries in config.json #960
Conversation
Is it expected to have a non-zero intersection between |
I think so, but I'll check. There should be plenty of time for that - I'm far from confident that these are the best choice of exercises and concepts. |
I think I misunderstood the structure... The concept should be finished first, which is the prerequisite, then the practice exercise practices the concept, right? |
Err... I think so. Please don't assume I know what I'm talking about! |
Another (somewhat related?) thing I could float here is to add I feel that the topics are related, and |
I was going to agree with this, then I looked more closely at the {
"slug": "locomotive-engineer",
"name": "Locomotive Engineer",
"uuid": "3341044c-6dd6-4a7b-a841-3a1215cd177b",
"concepts": [
"functions"
],
"prerequisites": [
"vector-operations",
"pairs-and-dicts"
],
"status": "beta"
} I think the better fix is to add Another PR incoming... |
You approved these. Does that mean you want them merged as-is? |
If that's how the prereq structure should be, I'm fine with the selection you've made. So you can merge at will :) |
With 25 concepts on the board, maybe it's time to add some more practice exercises. - or at least think about it This starter list isn't at all definitive, just something to start a conversation.
I've tried to pick out exercises which are both easy and fairly well focused on one or two concepts, rather than a whole-language workout.