From 1dac16a3e7e564e7401ea5cc2f32410466ef46c8 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 14 Sep 2015 13:52:26 +0200 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index b98275b..b4140c1 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -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 \ No newline at end of file +* Identitation is done with 4 spaces (no tabs) +* Variables are capitalized, optional with an underscore to "split" words \ No newline at end of file