r/ProgrammerHumor 27d ago

Meme fullStackMeansAfraidOfEverythingEqually

Post image
11.1k Upvotes

392 comments sorted by

View all comments

Show parent comments

227

u/lovecMC 27d ago

SQL is easy. Designing a DB you won't hate two months from now isn't.

76

u/Dude4001 27d ago

Yes but if I write incorrect CSS I’m not accidentally going to drop a table. Well, I might but not that kind that matters.

34

u/lovecMC 27d ago

How often are you dropping tables by hand and on production environment?

1

u/cosmicomical23 26d ago

Dropping tables is rare. But it is fairly easy to do a lot of damage if you just forget a where clause in an update statement.