Computer programs are the most complex things that humans make.
Generally, the craft of programming is the factoring of a set of requirements into a a set of functions and data structures.
JavaScript is the only language that I’m aware of that people feel they don’t need to learn before they start using it.
In JavaScript, there is a beautiful, elegant, highly expressive language that is buried under a steaming pile of good intentions and blunders.
The good thing about reinventing the wheel is that you can get a round one.
It turns out that style matters in programming for the same reason that it matters in writing. It makes for better reading.
People who use Class will never understand all the crap they are doing.