this post was submitted on 16 Jul 2023
700 points (92.3% liked)

Programmer Humor

32032 readers
1156 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] 7 points 1 year ago* (last edited 1 year ago)

It's probably also related to when a person first encountered JS. If you learned it pre-2015—even if you're aware of the changes made in ES6—I can see how it would be hard not to view JS as cumbersome. I personally love to use it, but I can't imagine that would be true without let, const, classes, etc.

Edit also block scoping and arrow functions!