exercism / euphoria

Exercism exercises in Euphoria.
https://exercism.org/tracks/euphoria
MIT License
3 stars 8 forks source link

[Track config.json]: Exercises are not in an Obvious Order #65

Closed BethanyG closed 5 months ago

BethanyG commented 5 months ago

In looking at the tracks config.json, I noticed that exercises aren't ordered alphabetically nor by difficulty.

While that's fine (and there may be an order I am not seeing here), I do know that many students on other tracks have had expectations of steadily increasing difficulty, or some other "ordering" like exercise name when it comes to the exercise grid -- which is generated from the ordering in config.json.

Screengrab of an exercise grid for refrence:

image
axtens commented 5 months ago

I'll put them in order of difficulty. Granted, there's an arbitrariness even there but some kind of order would be better than no order at all.

axtens commented 5 months ago

https://github.com/exercism/euphoria/pull/70