出典:Wiktionary
pair programming (uncountable)
出典:Wikipedia
出典:『Wikipedia』 (2011/06/08 22:34 UTC 版)
Pair programming is an agile software development technique in which two programmers work together at one workstation. One types in code while the other reviews each line of code as it is typed in. The person typing is called the driver. The person reviewing the code is called the observer (or navigator). The two programmers switch roles frequently.