Hacker News new | ask | show | jobs
by porknubbins 1183 days ago
I (ignorantly) thought of Python as JS with more syntactic sugar, but after I switched over I realized that JS has very little intentional design- its a random collection of features and quirks that invites you to shoot yourself in the foot. I mean just let,const, var and declaring a variable with no keyword at all is a huge mess.