this post was submitted on 16 May 2026
175 points (98.9% liked)

Programming Humor

3427 readers
57 users here now

Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev

Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] flandish@lemmy.world 9 points 1 day ago (1 children)

i am still convincing lazy “senior” engs to stop using GET endpoints to do stuff. get to “/db_offline” should not set the fucking db offline.

[–] Swedneck@discuss.tchncs.de 1 points 6 hours ago

I have to wonder if this happens because GET and POST are not super obvious names, like imagine if they were instead READ and WRITE endpoints?
I don't think anyone would make the same mistake with the linux filesystem stuff, like you cat /proc/cpuinfo and it erases the information about the processor.