DEV Community

Discussion on: Do we really need classes in JavaScript after all?

Collapse
 
kayis profile image
K

I meant that if one library creator uses classes, and finds another elegant implementation that could be used instead, this approach could be adopted by other library creators more easily if they both used the same ES2015 class implementation.

But yeah, I think the ECMAScript people will just add to the class so Java/C# people will be satisfied...