The Benefits of Pair Programming

If you have an Android developer and an iOS developer in the same team, they have the potential to upskill each other during pairing.

Then, either of them can work on Android or iOS.

Let that sink in for a moment — a completely cross-functional team can be very powerful.

I was a part of this pair for some time, and we were able to share deep insights for different platforms.

She learned how to make Android apps easily testable, and I learned how the UI in iOS apps work.

You can imagine in a case where you have non-cross-functional teams; you may end up in a case where dependencies on certain people to do the work arise (leading to waiting time).

Most importantly, the code is of higher quality and produces less defects.

In a study from 2000, Cockburn and Williams showed that when two people pair programmed, as opposed to solo programmed, there were 15 percent fewer defects, and this difference was statistically significant.

This is important because defects are often not considered when we talk about how long it takes to get the job done.

Indeed, while the standard Definition of Done in Agile software development is centred around how can a story get to production and be of production quality (the two things are not the same), this concept is often forgotten.

We tend to focus on how quickly stories are moving from the “Doing” or “In Development” column to the next column.

Defects are one of the seven wastes in Lean, and it is hard to truly evaluate the economic cost of defects because there are a number of non-obvious tasks that go into fixing defects.

For example, the person fixing the defect may not be the one who worked on the corresponding story, meaning there is extra effort and time needed to understand the code (in a non-pairing scenario).

Context is lost.

Another example of a hidden cost of defects is that the functionality needs to be retested.

Regardless, defects are most definitely rework and will delay a team in delivering good quality software.

Let’s talk about the second type of pairing combination which I find great enjoyment in: when the two people are at equal levels, both with some decent amount of experience.

This is typically called the expert-expert pairing.

With the expert-expert format, you may get less net benefits (for instance, experts are already presumably experts, and therefore will produce higher quality code and less defects).

However, in my experience this combination yields amazingly high developer satisfaction.

Often I am looking for my solution to be challenged, and this sort of pairing provides exactly that, and the end result is a fusion of the best ideas from both of us.

You may have noticed that I did not mention the novice-novice pairing (for example, two graduates pairing), and it’s for a reason.

Some advocates of pairing have argued that this pairing will allow the two developers to share perspectives from elsewhere (e.

g.

other tech stacks) and learn together.

This can work in theory, but in reality I have often seen this result in two very disgruntled, confused and frustrated developers.

During a brief stint as a coach at a graduate training program, we paired graduates with other graduates.

What resulted was many of them approaching me with fears that they were not learning how to write good code, but rather simply doing whatever works.

Developer satisfaction went down.

Confidence went down.

Most importantly, after pairing, they still did not know what good looks like.

This is one of the main reasons I personally prefer the novice-expert and expert-expert pairing over novice-novice.

To sum all of this up, pairing has a lot of benefits when done properly.

However, I want to caveat that, without pairing, you can still achieve this sort of culture, but when pairing is a part of your team’s culture, it is almost guaranteed.

When pairing doesn’t go so well…Make no mistake, I have also been in situations when pairing has not gone splendidly.

Pairing techniques also need to be developed, just like any other skill.

So when is it not effective?I have found pairing to be the most ineffective when you are in a novice-expert pairing, with the expert being disengaged and unwilling to share context and/or knowledge.

You actually get none of the benefits mentioned previously.

Other common non-effective pairing situations I have either been through or observed:Novice-expert pairing, with the novice being disengaged and unwilling to learn.

This is especially frustrating if you are willing to teach and want to share the knowledge, only to be met with a brick wall.

Novice-expert pairing, with the expert driving the code all the time and not allowing the novice a chance to experiment and practice.

This is an extremely frustrating experience especially if you want to learn, yet you encounter what is known as a “keyboard hog.

” This is also known as “go make me a cup of tea while I finish this program” syndrome (which Matt Stephens and Doug Rosenberg spoke of in Extreme Programming Refactored: The Case Against XP).

One developer of the pair is not open to differing opinions and shies away from a respectful technical debate.

This is a tough one, because it means you need to accept that sometimes your solution may not be the best one or may be enhanced by ideas from someone else.

In such cases, the expert developer(s) might as well have been solo.

Pairing demands both parties be equally invested, open, and focused for the benefits to be realised.

It allows a team’s capabilities to grow and develop, but without willing, rigorous individuals, it will not work.

How do you mitigate these issues?This may sound silly, but one way to mitigate these issues is by providing a comfortable working space which actually facilitates pairing.

Pairing is a difficult skill to execute effectively already, and the challenges are even more pronounced if two people are working from only one keyboard, mouse, and screen.

Very quickly one half of the pair may feel redundant, useless, and bored if they are not able to type frequently enough.

It may also be very uncomfortable to actually work in these circumstances.

(Back pain, anyone?) Again, this point may seem trivial, but on a recent project it took me a month to get an extra keyboard and mouse because of corporate red tape.

Pairing, of course, did not work — we were not set up for success.

Another aspect to consider is a pragmatic approach to pairing.

Perhaps not all tasks need to be done in a pairing style — this is a decision your team needs to make.

Some development tasks are not complicated, and everyone in the team is capable of completing them (something simple such as changing the text or colour on a button).

Be careful of the slippery slope — it is easy to foster a negative culture where people say everything can be done solo, and no knowledge is shared amongst others.

Also feedback, feedback, feedback.

If pairing with someone isn’t working out, don’t let that turn you off pairing — give that person feedback and see if changes happen.

To pair or not to pair?While I am a true believer in pairing, I also recognise it is not the best model for every single team.

It would be unrealistic to say that pairing is the only way to achieve the outcomes mentioned before, and if working as solo developers but doing effective code reviews and share-backs are more effective for your team, then so be it!.But if your team wants to try out pair programming to see if it changes your team for the better, then why not?.Pair programming works magic when it is done well and your team genuinely wants to do pairing.

Remember, people over processes and tools.

.

. More details

Leave a Reply