Code Hygiene
At the end of each day, all developers must push all their code to the private GitHub repository even if they have not finalized what they are in the process of working on. If you are an employee at Calm Experts you must follow the company’s clean architecture and security guidelines and rules.
Clean & Clear Code + Architecture
We choose Clean Architecture as our coding design because we want to have the most organized code possible in a way that keeps the business logic separated from the UI’s part of the application. In a long-term project (we hope this project will get bigger after the prototype) you will need to have organized code to be able to scale the features. The Clean Architecture method also includes Test Driven Development; using this technique we are able to anticipate bugs before they end up in the user’s hands. This project will maintain high standards throughout its development process, keeping the software quality and development speed at its best. Using Clean Code practices as well as Clean Architecture software design will prevent development from slowing down over time.
What that looks like in practice
coming soon