Recap of the source control rules
In Chapter 5, Remote Pair Programming Setup, we discussed source control rules and all the essential information needed to start working as a remote pair. Now, it's time to recap on the rules we went through, and in the following sections we will elaborate on how to adapt them when the context requires it.
Using source control
Source control has become an essential part of the software development environment. Every programmer should use it well and with efficiency. Nevertheless, our source control usage depends a lot on our past experience, those who had the time and knowledge to teach us about it in the past, and the teams we have worked with and their practices. Approaches to source control differ from team to team, and there are various ideas and techniques. You learned about the following rules—or rather, guidelines—in Chapter 5, Remote Pair Programming Setup:
- Commit often
- Do ensemble commits
- Practice source...