this post was submitted on 22 Jun 2023
156 points (99.4% liked)
Lemmy
2172 readers
97 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to [email protected].
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The URL thing used to be
But now it's
The URL feels uglier.
What? The first one looks so wrong, no website does it like that.
Might be uglier... but, it follows normal web standards now.
maybe uglier but the 2nd way means the order doesn't matter, it's a bit more lenient for manually editing
I mean, you can parse a URL path and query string however the heck you want. You can make the former order independent, but it's probably better supported in libraries as the latter and definitely more common and obvious for users.
Thats literally how most websites handle http GET parameters