Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStonedOne committed Feb 15, 2016
1 parent 7ede853 commit 57a3eeb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ This prevents nesting levels from getting deeper then they need to be.

* Do not divide when you can easily convert it to a multiplication. (ie `4/2` should be done as `4*0.5`)

####Enforced not enforced
The following different coding styles are not only not enforced, but it is generally frown upon to change them over from one to the other for little reason:

* English/British spelling on var/proc names
* Color/Colour nobody cares,
* Spaces after control statements
* if() if () nobody cares.

####Operators and spaces:
(this is not strictly enforced, but more a guideline for readability's sake)

Expand Down

0 comments on commit 57a3eeb

Please sign in to comment.