Hacker News new | ask | show | jobs
by stefantalpalaru 3852 days ago
It does not strike me as a sane design. You already have file extensions, unique prefixes (like those used by the 'file' command to identify files). Why would you use fs forks to differentiate between file types?
2 comments

Mac OS Classic had no file extensions. I remember they felt like such a hack when switching to OS X, compared to the flexibility of resource forks.
Actually, Classic Mac OS used type and creator codes, which were attributes on files, to identify filetypes, not resources.
That makes more sense.