-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 Concept exercises #103
Comments
I wish to implement the following concept exercise: This exercise would be teaching the following concepts: |
Hi @yoyounik , thanks for taking an interest in contributing to open source! An exercise similar to the one you proposed already exists, but feel free to pick any of the already proposed exercises: Just ping me under the issue you'd like to work on, and I'll assign you |
All the language concepts have associated concept exercises, with many only left to be implemented. |
We need to add exercises that help practice existing concepts. These are called Concept exercises, and they're different from Practice exercises in that they are supposed to be super focused on teaching a specific concept, and just that concept (so an exercise tied to felts should force the student to use felts to solve a problem).
This is a catch-all issue. Contributors wishing to work on this should post a comment under this issue stating:
Below is a template you can use for these comments:
See how an existing track implemented Concept Exercises, e.g. Python: https://github.com/exercism/python/tree/main/exercises/concept
https://github.com/exercism/python/blob/main/config.json#L28
The text was updated successfully, but these errors were encountered: