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

Programmer Humor

19821 readers
4 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year 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.

[–] [email protected] 9 points 1 year 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.

[–] [email protected] 1 points 1 year 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.