Skip to content

Commit

Permalink
Add foregone section to exercises (exercism#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 29, 2022
1 parent 81b8406 commit 2b73a37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions building/tracks/syllabus/next-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ You need to introduce two concept, but each concept relies on the other.
In this case you may be able to use a stub.
Then you can explain that the dependent concept exists, but reassure them that they don't need to understand it yet.
Another option would be to give a bare minimum of an introduction, enough for the student to get past the hurdle, while reassuring that the concept will be covered in more depth later.

## Foregone exercises

If you choose **not** to implement an exercise because it doesn't fit your track (e.g. a low-level exercise for a high-level track), please mark it as _foregone_.
To do so, add the exercise's slug to the `exercises.foregone` array in your track's [config.json](/docs/building/tracks/config-json#h-foregone-exercises) file.

Besides making your choice to not implement an exercise explicit, any tooling (such as [configlet](/docs/building/configlet)) will also ignore foregone exercises.

For more information, see [the docs](/docs/building/tracks/config-json#h-foregone-exercises).

0 comments on commit 2b73a37

Please sign in to comment.