This was discussed on HN recently. Lots of good comments here: http://news.ycombinator.com/item?id=490173
Ask HN: How useful is Pair Programming?
21–26 of 26 posts
Re: Ask HN: How useful is Pair Programming?
#22I've led agile teams for the past three years where there has always been some pairing and some solo work. I'm sorry I can't offer statistical data, only my anecdotal observations: * Pairing is particularly useful when breaking new ground. * Pairing is good for knowledge sharing. * Pairing is good for quality. * One pair is slower than two solo developers. * Based on the last 3 years I don't buy the idea that long-te…
> we'll have less technical debt due to pairing. Could you explain this point? I think most of the points you make a pretty good points. I have not worked in a pair programming environment myself but find it quite attractive. Mainly because sometimes I tend to rapidly analyse multiple ideas for pros and cons and to try and break them and having someone as a sounding off board is something that I would like.
Re: Ask HN: How useful is Pair Programming?
#23Earlier quoted context omitted.
> we'll have less technical debt due to pairing. Could you explain this point? I think most of the points you make a pretty good points. I have not worked in a pair programming environment myself but find it quite attractive. Mainly because sometimes I tend to rapidly analyse multiple ideas for pros and cons and to try and break them and having someone as a sounding off board is something that I would like.
Sure - this point starts with the idea that pairing is slower in the short term but creates higher quality software. We might also believe that pairs will create systems which are easier to maintain i.e. pairing leads to better systems design. So, we might believe that it will be cheaper to change those systems in future and we won't be spending so much time fixing 'technical debt' (solutions which turned out to be p…
Re: Ask HN: How useful is Pair Programming?
#24Earlier quoted context omitted.
Sure - this point starts with the idea that pairing is slower in the short term but creates higher quality software. We might also believe that pairs will create systems which are easier to maintain i.e. pairing leads to better systems design. So, we might believe that it will be cheaper to change those systems in future and we won't be spending so much time fixing 'technical debt' (solutions which turned out to be p…
Ah.. Oh.. Well, logically, I came to that conclusion as well (as indicated by my comment) You comment indicating otherwise needs more investigation. I wish there was some statistical data to help determine this more conclusively :)
Re: Ask HN: How useful is Pair Programming?
#25Three words: Pair as needed.
Trying to mandate this sort of sharing through policies strikes me as ridiculous and the sort of thing that drives good developers out. Training a junior is one thing, having them assigned to 'help' is something entirely different.
I've always thought of pair programming as something that consultancy firms dreamed up to charge clients twice as much for the same amount of work. Perhaps I'm just cynical and tainted as it was a highly-paid consultancy firm that first tried to sell me on the idea.
Re: Ask HN: How useful is Pair Programming?
#26I've read that pair programming is good for mediocre or novice programmers.