You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem with wrong sorting? I mean students don't have any scripting tasks or tasks related to the files/directories manipulations. So, this "wrong" order doesn't cause a lot of trouble.
I understand your motivation but currently, we are not planning renaming tasks. Such improvement will affect the repo a lot and will cause a lot of changes. Moreover, we'll be forced to update our bot for assignment checking.
Maybe we'll look at it before the winter bootcamp, but we're not going to fix it for now
This comes up when students and mentors are browsing 3_ecosystem and 5_zero2prod on Github (e.g., reading theory for a specific topic). I'd say it's mildly annoying.
Problem to solve
When I look at the list of tasks in some chapters, I see the following list:
3_10, 3_11, 3_1, ...
This order is incorrect.
Proposal
Rename tasks with zero padding, so that alphabetical sorting gives the right order of tasks.
For example,
3_01, 3_02, ... , 3_09 , 3_10, 3_11
Prior art
https://stackoverflow.com/questions/13522338/zero-padding-and-sorting-linux-shell-scripting
Alternatives
Looking for alternatives, but the only one I see is being careful.
Links & references
https://stackoverflow.com/questions/13522338/zero-padding-and-sorting-linux-shell-scripting
The text was updated successfully, but these errors were encountered: