The power of pair programming

By rnaufal - Last updated: Thursday, January 14, 2010 - Save & Share - 2 Comments

Some weeks ago I started doing pair programming with some co-workers basically for two things:

  1. code some tasks of an user story
  2. get familiar with a new software code base

I haven’t had an opportunity to put this technique in practice a lot before, but I can say it was extremely important and benefit for the project. Sometimes I was the driver and sometimes I was the observer. The driver is the person who starts coding and the observer is who starts doing the code review. That point is important: code review.

Pair programming encourages the review of the code. Perhaps you won’t have an opportunity to refactor some code as you have when you are pairing with someone. I think code reviews are important because:

And you? What’s your experience with pair programming?

Posted in Uncategorized • Tags: , , , , , , Top Of Page

2 Responses to “The power of pair programming”

Comment from Rodrigo Martins
Time January 16, 2010 at 10:03 am

I like pair programming. With pair programming, both co-workers increase their business and technical knowledge.

Comment from Ross Huggett
Time February 1, 2010 at 7:39 am

Nice post. My experiences are that it’s more effective than a separate code review.

Write a comment