Hacker News new | ask | show | jobs
by wa1987 2016 days ago
Well, it's complicated :-)

https://stackoverflow.com/questions/36419713/are-es6-classes...

1 comments

Wow. I was hoping, at some point things would improve a bit.
Agreed. I find myself using a pretty small subset of the language which definitely doesn't include the class keyword. Doubt I'll ever find it useful.
Yeah, like many people, I ended up making my own inheritance routines. Then when class came out, I was half rejoicing, half regretting to put up the work. But well, no thanks. I rather keep using my own far from perfect way of things.