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

Programmer Humor

19315 readers
1 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
[–] expr@programming.dev 5 points 9 months ago* (last edited 9 months ago) (2 children)

Because you never learned SQL properly, from the sound of it.

Also, ORMs produce trash queries and are never expressive enough.

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

ORMs produce good queries if you know what you do. Which requires proper knowledge of SQL, unfortunately.

[–] QuazarOmega@lemy.lol 3 points 9 months ago* (last edited 9 months ago)

Because you never learned SQL properly, from the sound of it.

You might be right, though, to be fair, I also keep forgetting syntax of stuff when I don't use it very often (read SQL (._.`))

Also, ORMa produce trash queries and are never expressive enough.

I meant to say that I would like the raw SQL syntax to be more similar to other programming languages to avoid needing to switch between thinking about different flows of logic