this post was submitted on 16 Jul 2023
712 points (92.4% liked)
Programmer Humor
32356 readers
1021 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.