@MichaelVigato You'd have to look at engine source code IMO. Classes provide an alternative way to coordinate object instantiation, most of which is simply an encoding of specific steps that could be done without classes. But classes also provide features that are unique to classes and have no equivalent in ES5-style code.
↧