logoalt Hacker News

Majestic121last Tuesday at 9:10 AM2 repliesview on HN

> If I'm writing a document for human consumption then why would I expect the dates to be sortable by a naive string sorting algorithm?

If you're naming a document for human consumption, having the files sorted by date easily without relying on modification date (which is changed by fixing a typo/etc...) is pretty neat


Replies

bombcarlast Tuesday at 10:59 AM

This is exactly it - file name is easy to control and sort on; creates date and modified date are (for most users) random and uncontrolled.

globular-toastlast Wednesday at 5:55 AM

So you can't sort by name, author etc? One sort key? What year is it?!