Should we allow repeating #12in23 featured exercises?

I don’t think we need to restrict ourselves to not repeat any of them. In fact it would be interesting to actively repeat some of the exercises to show how the same problem can be solved with different paradigms.

For instance, I really like Two Buckets and Tournament as object oriented exercises, but to also solve them in a language with immutable data or in a language with minimal data structures (bash) is fun.

3 Likes

I am leaning on saying yes, I found robot simulator a very good exercise for oop, but seems like it is featured for functional. So I guess it relies heavily on how different track implement exercises.

I think perhaps 1-3 exercises may be used 2 times, but I also lean on that there should not be too many duplicates.

1 Like

I think we shouldn’t restrict ourselves unnecessarily, although I have a small preference for not repeating. But I could see some exercises being great for multiple months and help showcase how things can be solved in different tracks.

2 Likes