|
|
|
|
|
by alayek
3217 days ago
|
|
> Is nobody even slightly wondering how OOP has infiltrated modern JS development? I would like you to give an example of this. We use the class-syntax, yes, but inheritance usually never goes beyond one level of parent-class-child-class relationship. If anything, the JS community at large hates OOP the traditional way, and somewhat open to the prototypical pattern. The ecosystem actually prefers functional constructs. At the very least, an attempt to write pure functions. |
|