Commit Graph

4 Commits

Author SHA1 Message Date
NightKev
3a516e2bdd Update CONTRIBUTING.md
`type *var;` is better than `type* var;` due to the case of `type* var1, var2;` where `var1` is `type*` but `var2` is `type`, thus causing confusion.
2014-06-02 22:11:29 -07:00
bunnei
bdeadb4ca2 Update CONTRIBUTING.md
- removed variable naming starting with "_"
- removed "Always break, even after a return" from case statements
2014-06-01 15:31:36 -04:00
archshift
420b0ba31b CONTRIBUTING: Fix some examples, escape underscores 2014-05-20 15:11:02 -07:00
archshift
f3bf03caf8 Added CONTRIBUTING.md with contents from Coding Style, updated README link 2014-05-20 14:52:02 -07:00