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

Chapter 4: Using Pair Programming in a Distributed System

Working in a distributed team can already be difficult. Pair programming in this context can also be a challenge.

Often, people consider that pair programming is not possible in a remote context. But not only it is possible, it is a good practice to have because the team will feel they are working together, as people working remotely often feel they work alone on individual tasks and stop thinking about the bigger picture. Or sometimes, they are just afraid it won't work when they're working in a distributed team. In this chapter, you will learn how to use pair programming when working from a distance, in a distributed team.

Furthermore, we will delve into the details of how to start organizing remote pairing, depending on the business requirements, level of expertise, knowledge sharing goals, and team member's personal preferences. Not all the pairing styles work in every context, even less so in a remote...