General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Winnetou17
ThePrimeTime
comments
Comments by "Winnetou17" (@Winnetou17) on "STOP Using Classes In JavaScript | Prime Reacts" video.
Frankly I always thought that the forcing of using classes in JS (with those extra closures for having private variables and _super or whatever it was so you can call the "parent" and so on) was a regression. Prototype, being dynamic is just better. You can do everything you can with classes, but also more. And it is so... javascript! Forcing classes is like forcing mediocrity.
2