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

Setting up screen sharing

While some people consider this optional, I really like to also see my pairing partner's screen. It's good that we already set up the IDE and that we can see the remote code, but some activities are done outside the IDE. You sometimes need to use a terminal window, browse through some files in your filesystem, or check an image to add it to your screen. All sorts of things need to be done outside the IDE. And while your pair partner is doing that, you just stay in the dark if you don't see their screen.

We have two categories of screen sharing tools:

  • Screen sharing and remote desktop: The first category is screen sharing and remote desktop tools. These are great for seeing your remote pair partner's screen and being able to interact with it. But it uses more bandwidth than the option to share the screen just as video.

    Programming on a remote shared desktop for a long time is not an option for me. I just use this to see my pair...