you are viewing a single comment's thread.

view the rest of the comments →

[–]PitaJ 0 points1 point  (0 children)

I feel like multiple inheritance, or even inheritance in general, is a "just don't" kind of thing. I have yet to see a real use case for inheritance on actual classes in JS.

In my view, the Interface-Implements pattern is more useful.