Hacker News new | ask | show | jobs
by CornishPasty 4715 days ago
A problem I have with JS web apps, is that "cool URIs don't change" [1]. While querystrings are a server-side convention, the ability to convert a server-side site into JS without having to rewrite all the old URLs is much more important to me than inventing new URL schemes just for JS apps...

[1] http://www.w3.org/Provider/Style/URI.html