exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Revisit sorting by difficulty and then name #183

Closed BNAndras closed 10 months ago

BNAndras commented 11 months ago

179 sorted exercises by raw difficulty level and then exercise name. I should have binned the difficulties since the end-user only sees "easy", "medium", and "hard". So for example exercises between levels 1 and 3 should be sorted together so it looks like the easy exercises are in alphabetical order. It's a pretty easy fix I can take care of this week.