this post was submitted on 18 Jul 2023
746 points (93.2% liked)

Programmer Humor

41225 readers
97 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] CanadaPlus -4 points 2 years ago* (last edited 2 years ago) (1 children)

Big disagree. The point of a language is to express the underlying logic in a human-friendly way.

Edited to emphasise parsing does not mean understanding.

[–] candyman337@lemmy.world 2 points 2 years ago (1 children)

Yes, that is what I said it does, perhaps you misread?

[–] CanadaPlus 2 points 2 years ago

You said it can be used and is easy to understand (which I interpreted as parse), that's subtly different. Awful spaghetti code that works does not show the underlying logic easily to humans, it doesn't really matter if you can easily understand a line. It is JavaScript's fault if it lends itself to that unnecessarily.

I get why people were confused by what I wrote, though. I'll go back and make an edit. Sorry!