Hacker News new | ask | show | jobs
by snicker7 1692 days ago
Well. Code should be optimized first for correctness, and simple string concatenation will not work for URL params.
1 comments

It'll certainly work, just seems sloppy.
Plenty of edge cases there (e.g. url encoding), but I don't want to preach to the choir and rabbit hole on this minor detail.