Remix.run Logo
kragen 2 hours ago

> Are we talking about using classes at all?

Using classes hasn't been a part of the definition of OOP since the Treaty of Orlando. Pre-ECMAScript-2015 JS is a mainstream OOP language that doesn't have classes, just prototypes. (Arguably ECMAScript 2015 classes aren't really classes either.)

mmcromp 30 minutes ago | parent [-]

OOP isn't just about classes... It can also be about JavaScript classes!