I have been using Traits.js and/or JSTraits, but I'm having a lot of difficulty combining OOP and the concept of traits in some instances. Is there a good example showing inheritance, complex object instantiation, and traits?
I would like to avoid builder functions, if possible, and still be able to use 'new Foo()' to construct instances.