Hacker News new | ask | show | jobs
by mixmastamyk 1615 days ago
What mess?
1 comments

Read the page, but essentially `/foo/bar/..` is not the same as `/foo`. It makes loads of things way more complicated than you'd expect, e.g. normalising paths now requires filesystem access, and normalising paths that only partially exist is really complicated.

Another annoying issue is symlink loops, but I'm not sure if Plan 9's solution solves that.

It never caused me any real world problems, and I like making links. However am up for better solutions.