If I use hashes I now have to do manual work in order to use and parse query strings.
Let's say I want to handle a query string such as "myPage?search=things&order=asc". If there's a hash in front of "myPage" the query string doesn't get interpreted as a search string by elm-lang/Navigation (correct behavior), and evancz/url-parser doesn't parse my query string parameters. As a result, I'd have to parse the technically incorrect query string from the hash by hand. I'd rather use a URL where the query string is technically correct in order to avoid future issues with these packages or other url and routing packages. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
