Development Guidelines
Introduction
The coding standards have the purpose to enable a coder to analyze the source code as fast as possible.
Indenting and Line Length
Use tabs as indent with a tab width of 4 characters.
Documentation
Versioning
We use version schema X.Y.Z (e.g. 3.2.5). X will change if we decide that or we have a really big new release. Y will change if we add new features. Z will change if we make a bugfix release. So, if we have version 3.2.5 is a bugfix release for version 3.2. Version 3.3 will have added new features.
