Pair Programming
Our pairs are decided every day in the daily scrum.
Tasks are picked every day in the daily scrum or during the day if any problem or opportunity occurs.
<aside> ⚠️ When the pair picks the task, they should first check the user story.
</aside>
Dependencies are present among tasks and these are decided at the start of the sprint.
Version Control
The whole codebase is in the repository.
The developer team, specified in the GitHub organization, is the owner of the code.
Automation:
Not only does our repository store the whole codebase, but it also contains automation for the scrum process.
Tests are automatized.