Post #1472926
2026-03-26 12:58 UTC
@silverpill @liaizon not dunking on your work ofc, but I think the “best practices” around writing standards are just not very good unfortunately
Replies (1)
-
@Profpatsch@mastodon.xyz 2026-03-26 13:16
@silverpill @liaizon Like, even just using urlparse() from different languages exposes us to implementation difference issues, so a simple split("#")[0] equality is *way* better than urlparse & field comparison for security reasons. which means lowercasing is a bad-bad!