Jul 28, 2017 · 1 min read
I may have missed the point but I’m happily using a decorator pattern to apply mixins to a class, in TypeScript; this ultimately boils down to JS and I get to use Classical Inheritance alongside Object Composition, which I think is pretty neat and something I appreciated when I was working on a Scala front-end…