Results 150 comments of Stijn de Witt

That is not an answer to his very specific question... He is asking whether he needs to print the license text on the shirts themselves... I don't know the legal...

@minecrawler The point is I think to share ideas and hopefully eventually build the ultimate multiple inheritance library for JS (dream big!) :) @trusktr I can definitely see the advantage...

Yes you are right. However, these properties are clearly documented. To me, they are part of the *contract* of `mix` that it returns a `mixin`, which is an ES5 constructor...

I think we should try to decide on this before 1.0 as it's a part of the Public API right now.

I'm not fond of aliases either. Having said that, the given example does highlight that currently in Java, [@Deprecated](https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html) is an official annotation provided by the language. Case sensitivity is...

I realize I'm probably improperly using the term 'noun'. Sorry about that, English is not my native language. Anyway they are not verbs is what I mean :)

Though the Babel loose mode optimizations have been merged, there hasn't yet been a new alpha version that includes it, so I tried to install from GitHub, but alas, Babel...

This can go ahead now since the latest alpha release: https://github.com/babel/babel/releases/tag/v7.0.0-alpha.15

Sorry for chiming in here but this issue ranks high in Google on my searches for information about using braces or not with decorators... I wrote a small test case,...