Hacker News new | ask | show | jobs
by chriswarbo 4181 days ago
Well, even if you prefer classes, you've now got to reason about prototypes and classes, and possible mixtures of both.
1 comments

ES6 classes are nothing more than syntactic sugar for the existing prototypical inheritance model.
Multiple equivalent syntaxes (syntaces?) still adds a cognitive load.