Quality comes from proper processes:
- We do WELL-DESIGNED software ARCHITECTURE that ensures the scalability, maintainability, and longevity of the product
- We hold ARCHITECTURE MEETINGS where the team finds optimal architectural solutions
- We use coding STANDARDS: a codebase is self-documented, easy to learn and navigate
- We provide WELL-DOCUMENTED software
- We use almostly all types of QA TESTING, both functional and non-functional
- CONTINUOUS INTEGRATION AND DELIVERY (CI/CD) is always used without exception