Book Image

Practical Remote Pair Programming

By : Adrian Bolboacă
Book Image

Practical Remote Pair Programming

By: Adrian Bolboacă

Overview of this book

Remote pair programming takes pair programming practices to the next level by allowing you and your team members to work effectively in distributed teams. This helps ensure that you continuously improve code quality, share equal ownership of the code, facilitate knowledge sharing, and reduce bugs in your code. If you want to adopt remote pair programming within your development team, this book is for you. Practical Remote Pair Programming takes you through various techniques and best practices for working with the wide variety of tools available for remote pair programming. You'll understand the significance of pair programming and how it can help improve communication within your team. As you advance, you’ll get to grips with different remote pair programming strategies and find out how to choose the most suitable style for your team and organization. The book will take you through the process of setting up video and audio tools, screen sharing tools, and the integrated development environment (IDE) for your remote pair programming setup. You'll also be able to enhance your remote pair programming experience with source control and remote access tools. By the end of this book, you'll have the confidence to drive the change of embracing remote pair programming in your organization and guide your peers to improve productivity while working remotely.
Table of Contents (14 chapters)
1
Section 1: Introduction to Pair Programming
5
Section 2: Remote Pair Programming
9
Section 3: Tools to Enhance Remote Pair Programming

Boosting efficiency

Our mind sometimes plays tricks on us. We feel like we are making good progress and going in the right direction, but if we were to take a break for a moment, we would see that what we are doing is wrong. It's natural to have these types of experiences, which are not necessarily pleasant.

The key to improving our effectiveness is, believe it or not, to distance ourselves from the problem. Take breaks, take a walk, let your mind wander somewhere else. We say that we are thinking with a clear mind. Well, less task switching and taking breaks clears our minds.

Reducing task switching

First, let's learn what task switching is and why it can be bad – or most of the time, a really bad idea. Your brain, like a computer processor, can only focus on one intellectual activity at a time. If we do more things, such as driving and speaking on the phone, the brain splits its time between these two activities, like a computer processor. When we need...