11
ac1235
6y

It took me a long time to admit, but I think I'm finally ready to out myself: I kinda love JavaScript.

Seriously, if you avoid classes in favor of Object.create and if you make use of lambdas instead of bind/apply/call whenever possible, it might successfully give you the illusion of a clean language.

Comments
  • 1
    Why not use classes, tho? (Assuming ES6 environment / babel / TypeScript)
  • 0
    @hawkes You can use classes :)

    But it is unnecessary and an added mental burden. Staying with objects all the way down is just simpler.
Add Comment