I have no doubt that pair programming has a place in the world of development and it certainly does help (for everyone has a different approach and the merging of minds should inherently lead to better software), but it needs to be used wisely and not thrown at the reclusive developer by a pointy haired boss :)
Pair ProgrammingBy teqqles (Contact - View My Woyano)
Published Sat 10 Feb 2007,
391 Views,
3 Comments
|
I have no doubt that pair programming has a place in the world of development and it certainly does help (for everyone has a different approach and the merging of minds should inherently lead to better software), but it needs to be used wisely and not thrown at the reclusive developer by a pointy haired boss :)







3 Comments
So what we do instead, is use VNC and log in and out of eachothers desktops when we want help with a code design decision or problem.
So I guess we probably spend about 1 hour in 7 pair programming - the rest of the time we go solo.
Even so, the principle is great - and in my old job it was more like 90% of the time - but that was corporate and they could afford to go slower....
It can be slower to start with but the code is definitely better. There's nothing quite like having someone else there to point out potential pitfalls of the direction you're heading in! It also helps that two people know a part of the system intimately and allows for flexibility when (inevitably) maintenance/refactoring needs doing.
Hey you know AdGuy always gets the last word! ;)