Any important document I have is named ‘yyyymmdd(number)(briefdescription)’. Sort by name or date, I don’t care
There is a reason though. It’s because you probably want to put dates in order and when you ask a computer to sort things for you, it will automatically order things correctly when the date follows this format. If you put the month first, then the day, then the year, the default sorting behavior will order things incorrectly chronologically speaking.
_bcron@midwest.social 1 week ago
GamingChairModel@lemmy.world 1 week ago
I’d go even further than that, and point out that the reason why computers sort things in this order is because that’s the most logical way to convey specific dates.
Most significant digits on the left, descending left to right, in order, is how we do all other numerical representations. It’s only dates that we have different norms.