TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Queryparams have a starting? and then and as seperator..why?

8 pointsby TrolTureover 8 years ago
Why does the order matter? Wouldn't it be easier to keep it the same?

2 comments

dangrossmanover 8 years ago
&gt; It was Marc Andreessen who suggested our current method based on what he had already implemented in Mosaic...<p><a href="https:&#x2F;&#x2F;eager.io&#x2F;blog&#x2F;the-history-of-the-url-path-fragment-query-auth&#x2F;#query-params" rel="nofollow">https:&#x2F;&#x2F;eager.io&#x2F;blog&#x2F;the-history-of-the-url-path-fragment-q...</a>
评论 #13084781 未加载
CoryG89over 8 years ago
I think &amp; is a valid character for path names. You probably need the ? to know the query has begun.