style-guide
style-guide copied to clipboard
Google Web Component Style Guide
The file does employ @default though, so I get the idea.
Per: https://twitter.com/WebReflection/status/506417714454597634 We should add more information on why we suggest using declarative event handlers rather than addEventListener. We cover a little in http://www.polymer-project.org/docs/polymer/polymer.html#declarative-event-mapping, but more about how to handle...
Where possible, we should include code snippets demonstrating how a particular recommendation should be used. I love how Rick Waldron does this in his [Idiomatic.js](https://github.com/rwaldron/idiomatic.js/) style guide and it'll help...