freeCodeCamp/guide/english/agile/pair-programming/index.md

994 B

title
Pair Programming

Pair Programming

Extreme Programming (XP) recommends that all production code be written by two programmers working at the same time at the same computer, taking turns on the keyboard. Several academic studies have demonstrated that pair programming results in fewer bugs and more maintainable software. Pair programming can also help spread knowledge within the team, contributing to a larger Bus Factor and helping to promote Collective Code Ownership.

More Information: