7
Arlekin
7y

ES2015 classes in JS
It is just syntactic sugar and i always feel like i need to transpile it in my head to what it actually is just not to loose perspective and make some hard to debug error.
It feels like language is trying to cheat me into forgetting how it works.

Comments
  • 0
    I used to think like that at first, after studying Elm and function programming though I realized it's more to be compatible with the ideas and concepts from FP
  • 0
    I learned JS on ES6, which makes it so hard to decompile what's happening in vanilla JS in my head. I totally agree with this post!
Add Comment