shared

The flavors of object oriented programming in JavaScript

A murb'ed feed, posted more than 3 years ago filed in programming, objects, javascript, es2015, inheritance & ecmascript.

Quite exhaustive review of different ways to deal with object oriented programming style in modern JavaScript. And there are plenty. It is useful if you like your JavaScript to have an object oriented style; but while useful, it’s original design is more of a functional language. Typically readability / understandability should be favoured over anything else.

Go to the original link.