TypeScript-Handbook
TypeScript-Handbook copied to clipboard
Another Mixin solution
It would be better to show the following solution in https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Mixins.md.
https://github.com/Microsoft/TypeScript/issues/2919#issuecomment-173384825
I spent two hours trying to reach a good approach to mixins. This was the most close to Object Oriented Programming I found. Any update on this? Needs help?