Difference between revisions of "Development/Coding Standards"

From MatterControl Manual
Jump to: navigation, search
(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...")
 
m (MatterHackers moved page Coding Standards to Development/Coding Standards)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
This doc will also evolve over time.
 
This doc will also evolve over time.
 +
 +
[[Category:Development]]

Latest revision as of 15:17, 30 November 2016

The coding standard is pretty easy. Follow these in order :).

  1. Clarity trumps everything.
  2. Follow Microsoft's .NET style guidelines.
  3. Try to follow the style and formatting of the project.
  4. Don't make it slower.
  5. Nothing is sacred, we need to always evolve.

This doc will also evolve over time.