Difference between revisions of "Development/Coding Standards"
From MatterControl Manual
(Created page with "The coding standard is pretty easy. Follow these in order :). #Clarity trumps everything. #Follow Microsoft's .NET style guidelines. #Try to follow the style and formatting o...") |
(No difference)
|
Revision as of 11:29, 4 December 2015
The coding standard is pretty easy. Follow these in order :).
- Clarity trumps everything.
- Follow Microsoft's .NET style guidelines.
- Try to follow the style and formatting of the project.
- Don't make it slower.
- Nothing is sacred, we need to always evolve.
This doc will also evolve over time.