Development/Coding Standards
Revision as of 14:17, 30 November 2016 by MatterHackers (Talk | contribs) (MatterHackers moved page Coding Standards to Development/Coding Standards)
Revision as of 14:17, 30 November 2016 by MatterHackers (Talk | contribs) (MatterHackers moved page Coding Standards to Development/Coding Standards)
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.