From b545f3dd5ade879d3e5d615611fe0773419b5f46 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 17 Dec 2014 11:43:33 -0300 Subject: [PATCH] update CONTRIBUTING.md with style guide --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e6d15b..6d5e07f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,6 +66,10 @@ guidelines are easier to detect and apply, and also more opinionated (the design guidelines mentioned above are the way we think about general software development and we believe they should be present on any software project). +### G0 - General: Default to felixge's style guide + +Follow this Node.js style guide: https://github.com/felixge/node-style-guide#nodejs-style-guide + ### G1 - General: No Magic Numbers Avoid constants in the code as much as possible. Magic strings are also magic