forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 28
Contributing
ry edited this page Oct 11, 2010
·
21 revisions
Email patches to ry@tinyclouds.org or post them to the node.js mailing list
- Discuss large changes on mailing list before coding
- Javascript code style
- has two space indention
- maximum 80 column width
- keywords followed by open-paren must be separated by a space. eg.
if (blah)notif(blah) - no space between function name and open paren e.g.
blah(arg)notblah (arg) - multi-line
ifstatements must have braces.
- C++ code should follow Google’s C++ style guide and be run through cpplint.py
- Agree to http://nodejs.org/cla.html