this post was submitted on 21 Nov 2023
256 points (90.0% liked)
Programmer Humor
32443 readers
1280 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
The memes are annoying because most of the complaints are superficial.
"Look,
"b" + "a" + +"a" + "a"
outputs"baNaNa"
! JavaScript bad!" Yeah, that's what happens. Just don't do that thing that obviously doesn't look right. Don't usevar
, just like every modern JavaScript learning resource will tell you. Don't use==
if you don't intend for type coercing to happen.If you don't write bad code on purpose, JavaScript is fine.
If coding teaches you anything well, there's no bound to the different ways you can screw up. Don't use bad languages on purpose.