ES6 class pitfalls
Rico Sta. CruzFebruary 25, 2015 This post was written in 2015.
Decorated functions
ES6 makes it easy to define classes, but you can't have decorated functions. For that, you'll still need to drop to using prototype
.
Non-method attributes
Same with non-method attributes.