this post was submitted on 27 Dec 2023
542 points (96.7% liked)

Programmer Humor

19423 readers
218 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] normalexit@lemmy.world 14 points 10 months ago (1 children)

This idea is bad and whoever came up with it should feel bad.

[–] III@lemmy.world 1 points 10 months ago (2 children)

It never ceases to amaze me how far idiots will go to avoid learning the most simple things. SQL isn't hard, people's difficulty with it says a lot more about them than it does SQL.

[–] emptyother@programming.dev 9 points 10 months ago

People think in different ways. What might seem logical to you might look alien to another. I know SQL well enough to optimize queries, but I find it a lot easier to think about and write queries as LINQ methods. A lot more cleaner and logical to my brain.

[–] MonkderZweite@feddit.ch 1 points 10 months ago

Neither is sending form data to the server without any JS. It's more robust too. Yet almost no form on the web works without JS.