Created Coding style guide (markdown)

robbyrussell
2011-06-01 14:45:10 -07:00
parent 226ed34772
commit 94552ecf03

5
Coding-style-guide.md Normal file

@@ -0,0 +1,5 @@
* lower_case with underscores
* no CamelCase
* GLOBAL_VARIABLES
* ...