|
|
|
|
|
by cgcardona
4176 days ago
|
|
I see it the other way--prototype OO was given the blessing of the Creators of the language back in the mid 90s when it was created. Though the people who 'get' prototypes swear that they're the greatest paradigm ever you will still get a huge amount of people coming in from other languages which find the prototype chain awkward and prefer to think in complex class hierarchies. These people who choose to create their abstractions out of classes are in no way 'wrong.' To each their own. Adding `class` syntactic sugar is just standardizing on something which many people already do every day. |
|