this post was submitted on 07 Mar 2024
654 points (95.4% liked)

Programmer Humor

22262 readers
738 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] 144 points 1 year ago (3 children)

As a fullstack developer I don’t appreciate you calling me out like this. Write an efficient SQL query you framework monkeys.

But also, this is very true.

[–] [email protected] 84 points 1 year ago (2 children)

DROP TABLE

That seems like a pretty efficient query!

[–] [email protected] 52 points 1 year ago (1 children)

I see you've met my boy Bobby

[–] astraeus 6 points 1 year ago

I hope you’ve learned to sanitize your inputs

[–] [email protected] 1 points 1 year ago

Where's my trusty CASCADE?

[–] [email protected] 14 points 1 year ago* (last edited 1 year ago) (1 children)

Not understanding SQL (and in some cases NoSQL DBs) and the underlying database are a reason that so many full stack devs suck. Just because they use an ORM, they think the database work is magically solved, until they realize it’s just doing what they’re telling it to do and their lack of DB understanding has created an awful database structure. And then a DBA comes in, and then the entire ORM layer has to be scrapped because it’s trash, so on and so forth. A full stack engineer doesn’t have to be a DBA, but they sure as hell need to know what the ORM is doing to their data they are CRUDing

[–] JaxNakamura 3 points 1 year ago

And then a DBA comes in

I'm convinced that's a mythical being. In my 20+ years of experience I've never encountered one.

[–] [email protected] 4 points 1 year ago

They don't write sql they just use some god awful orm or cram it all into a nosql db.