Echo JS 0.11.0

<~>

tracker1 1595 days ago. link 1 point
Nice writeup... not a fan of using Classes outside of contextual needs, and even then often not needed.

One bit of warning, do *NOT* use deep inheritance chains if you are dealing with large arrays of objects and inherited properties, the lookup against the prototype chain is relatively expensive.  Often, you are better off with composition if you need more than 1 layers of inheritance.