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

Programmer Humor

19197 readers
1431 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
[–] [email protected] 0 points 8 months ago (1 children)

Huh? Sql is one of the most powerful, action packed (as in you can move lots of shit with few commands) languages out there.

It's transferable and ubiquitous.

[–] [email protected] 1 points 8 months ago (1 children)

powerful isn't the same as well-structured

it was written to be a language that anybody could read or write as well as english, which just like every other time that's been tried, results in a language that's exactly as anal about grammar as C or Python except now it's impossible to remember what that structure is because adding anything to the language to make that easier is forbidden

when you write a language where its designers were so keen for it to remain human readable that they made deleting all rows in a table the default action, i don't think "well structured" can be used to describe it

[–] [email protected] 1 points 8 months ago

Disagree, the difference between "week structured" and needing to know the rules of the verbs is pretty big, to me.