Y
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
BonsaiDen
4181 days ago
ES6 classes are nothing more than syntactic sugar for the existing prototypical inheritance model.
link
chriswarbo
4181 days ago
Multiple equivalent syntaxes (syntaces?) still adds a cognitive load.
link