Way of Working
๐๏ธ Code Reviews
This document covers key concepts, guidelines, best practices, examples, tools, and troubleshooting related to reviewing pull requests. It aims to streamline code reviews and foster high-quality, maintainable code.
๐๏ธ coding-standards
4 items
๐๏ธ Local Development
Development is much easier if done locally. We provide each developer with their own environment (folder) on the test server, which is easily accessible using your own personal URL; for example//jdoe-dev.test-cloudsuite.cloudsuite.com.
๐๏ธ Pair Planning
Pair Planning is a collaborative approach for tasks in a team environment. It involves two or more team members working together to discuss, define, and plan the work that needs to be done. This documentation outlines the reasons why we use Pair Planning in our organization and its benefits to our development and project management processes.
๐๏ธ Where to Ask for Help?
All communication within CloudSuite happens through Slack.
๐๏ธ Testing
At CloudSuite, we strive to make the release process as easy as possible by making every ticket separately testable and enabling automatic deployments. To support this, there are a number of different environments.