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