this post was submitted on 16 Jul 2023
702 points (92.4% liked)

Programmer Humor

32000 readers
1744 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

No offence

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

My problem with it is that it gives people too much freedom. They can write the code in very, VERY ugly ways... And they do. It's a language that let's you write a mess pretty easily.

That's really my only complaint. The ugliness happens mainly in:

  • callback hell. For some reason some people still do callback hell in 2023.

  • functions as objects. This is pretty neat actually, one of the best things in Javascript, but some people just abuse the hell out of it.