Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 717 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 717 Bytes

Contributing to Javascript Garden

  1. We're about Javascript AKA ECMA script not a specific implementation. So we don't cover issues specific to one environment or interpreter, like browsers or V8 for node.
  2. Micro-performance is out of scope: anything that's not a result of essential algorithmic complexity (e.g O(log n) vs O(n^2)) is down to a specific version of a specific interpreter (see 1).
  3. Please test code examples to ensure they work, there's nothing more confusing than incorrect examples!
  4. Contributing to JS Garden makes you a fantastic person, and Brendan Eich will find you immensely attractive.

Thank you for being kind enough to help out!