Updated Developer Guide (markdown)

Michael Boelen 2015-09-14 13:52:26 +02:00
parent 48bcf61c6e
commit 1dac16a3e7

@ -17,6 +17,9 @@ The directory is named "include", as more intelligence is included (or sourced)
### Extra directory
Supporting documents and scripts are stored here.
# Style
Like any programming language, there are different ways to keep a project structured. It ranges from variable names, up to spacing. So we provide some guidelines to keep the structure and flexible enough for further expansion.
# Style
* Identitation is done with 4 spaces (no tabs)
* Variables are capitalized, optional with an underscore to "split" words