Kotlin-Polytech / KotlinAsFirst

Задачи для онлайн-курса "Котлин как первый язык программирования"
Creative Commons Attribution Share Alike 4.0 International
74 stars 115 forks source link

Add leading zeroes to lesson numbers #49

Closed gagarski closed 3 years ago

gagarski commented 6 years ago

Most directory viewers now sort the lessons as following:

which is a bit frustrating.

Adding leading zeroes would solve this problem:

gagarski commented 6 years ago

The other reason to do it is to match the tutorial chapters.

mglukhikh commented 6 years ago

Good point

mglukhikh commented 6 years ago

(please use milestone 2019 instead of label)

mglukhikh commented 5 years ago

Of course it's easy to do, but I'm not sure we should. Pay attention it affects backward compatibility drastically (may be important for Coursera course). If you think it's not important, then let's do it // cc @ice-phoenix

gagarski commented 3 years ago

Now we have natural sorting in Kotoed