documentation:codingguidelines
Differences
This shows you the differences between two versions of the page.
documentation:codingguidelines [2013/08/29 10:02] – created mhgamework | documentation:codingguidelines [2013/09/05 09:48] (current) – removed mhgamework | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Coding Guidelines ====== | ||
- | |||
- | (Higher has more priority) | ||
- | |||
- | Do not use underscores! | ||
- | Classes: PascalCasing | ||
- | Public: PascalCasing | ||
- | Private: camelCasing | ||
- | |||
- | |||
- | We are now using IoC for the wizards. This means: | ||
- | |||
- | Do not use the ' | ||
- | |||
- | Use Responsibility driven design. This means that you should list each responsibility of the class above the class (documentation). There should be only one class with for each responsibility. | ||
- | Having a responsibility means: If some other part of the system needs this responsibily, | ||
documentation/codingguidelines.1377770556.txt.gz · Last modified: 2024/08/26 13:57 (external edit)