Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 467 Bytes

OurDevelopmentPhilosophy.md

File metadata and controls

9 lines (8 loc) · 467 Bytes

Our Development Philosophy

  1. Avoid Null Values, use default values/objects instead.
  2. Follow .NET naming guidelines
  3. Continuous Improvement/Refactoring
  4. Use technologies that are easy to use and most are familiar with such as HTML, Javascript, and CSS.
  5. Automate Everything: Continuous Integration, Builds, Deployment, Installation, everything
  6. No code duplications. Create reusable components and encapsulate common logic
  7. Most important, Have Fun!