Pair programming

Posted 鎃鎃

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pair programming相关的知识,希望对你有一定的参考价值。

Pair programming is an agile software development technique in which two programmers work together at one workstation. One, the driver, writes code while the other, the observer or navigator,[1] reviews each line of code as it is typed in. The two programmers switch roles frequently.

While reviewing, the observer also considers the "strategic" direction of the work, coming up with ideas for improvements and likely future problems to address. This frees the driver to focus all of his or her attention on the "tactical" aspects of completing the current task, using the observer as a safety net and guide.

以上是关于Pair programming的主要内容,如果未能解决你的问题,请参考以下文章

vector 使用pair对

pair常见用法

C++ pair 和make_pair

STL——pair

pair模板类

C++ pair的基本用法