Development/Coding Standards

Revision as of 12:29, 4 December 2015 by MatterHackers (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Revision as of 12:29, 4 December 2015 by MatterHackers (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.