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

Preface

When I started programming, I had no idea how important teamwork is, as I only learned about programming languages, mathematics, and tools during my studies. It didn't take me long to understand that you need to learn from your colleagues in order to make the profession of programming a nice experience. After a while, I started learning about more and more things, and mentorship began to help me a lot. Having someone, or multiple people, from whom to learn intensively really boosted my career, and I think I burned some steps faster than others, just because of mentorship.

Pair programming was one of the activities I was doing with my mentors, either face to face, or remotely, even in times gone by when the internet wasn't that good. I started intensively using pair programming during the Coderetreat events I was facilitating, a full-day learning experience organized by volunteers for passionate coders. Since I was traveling all over Europe with Coderetreat for a good few years, I started to get to know people all over the place, and I wanted to learn more from them. So remote pair programming was the natural approach.

Remote pair programming is now my main learning tool, besides reading articles and books, and having discussions with people who are smarter than me. Working together, trying, and struggling together on a problem is challenging but also fun and rewarding. I hope that after you have read this book, you will find that remote pair programming can and should be challenging but also fun and rewarding.