Classes Suck

I am not an OOP convert. I’ve spent most of my professional life working with classes and objects, but the more time I spend, the less I understand why you’d want to combine code and data so rigidly. I want to handle data as data and write the code that best fits a particular situation.

Games in C by Jonathan Whiting

Totally feel the same way.

Pity the people in charge of ES6 felt the need to officially add classes to JavaScript.

Sigh.