volume_mute
Pair Programming — Dynamic Pairing
publish date: 2026/06/04 11:20:3.533632 UTC
volume_mute
In XP, do the same two programmers always work together as a pair throughout the project?
Correct Answer
No — pairs are created dynamically so that all team members work with each other during the development process; the same pairs do not always program together
Explanation
Although programmers work in pairs at the same workstation, the same pairs do not always program together. Rather, pairs are created dynamically so that all team members work with each other during the development process. This maximises knowledge sharing and prevents expertise silos.
Reference
Software Engineering, Ian Sommerville, 9th edition
