Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does pair programming work when there is a skills impedance mismatch?

For example, can an experienced coder with limited C#.NET experience be successfully paired with an experienced C#.NET coder with the secondary aim of getting the former up to speed with C#.NET?

like image 484
onedaywhen Avatar asked Apr 24 '09 10:04

onedaywhen


People also ask

When pair programming should not be done?

Don't pair program so that you can catch up on your messages while the other person drives. This is the absolute worst reason to pair program. It costs the company 4 times as much to produce the exact same code (Because they're paying 2 salaries for 1 task and getting nothing done on another task).

What makes pair programming successful?

Pair programming decreases the likelihood of writing sloppy code. With two people working together as one, the output is usually more well-thought-out and organized. That means the code is easier to understand and easier to update in the future, which makes it easier to find potential bugs in the code.


3 Answers

Absolutely. Sharing knowledge is one of the points of pair-programming (along with the useful dynamic of having one person type for a bit and the other review as they do it).

In my experience, it's one of the most effective ways of doing so - and allows the less experienced coder still to usefully contribute (it takes less experience to review what an expert is doing and make sensible comments/interventions than to do the entire job).

like image 110
The Archetypal Paul Avatar answered Oct 08 '22 00:10

The Archetypal Paul


That depends on the personal chemistry between them. If the more experienced programmer is willing and able to share his knowledge, and let the less experienced programmer participate in the development through writing code and discussions, I would say that it is a very efficient way of learning.

like image 31
Fredrik Mörk Avatar answered Oct 07 '22 22:10

Fredrik Mörk


Yes, I find good pair programming is always two way, it's essentially a piece of social engineering masquerading as an IT innovation.

like image 42
MrTelly Avatar answered Oct 07 '22 22:10

MrTelly