711
Programming Languages
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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!