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

12 lines
731 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Pair Programming
localeTitle: 配对编程
---
## 配对编程
极限编程XP建议所有生产代码由两个程序员在同一台计算机上同时工作然后轮流使用键盘。一些学术研究表明结对编程可以减少错误并提高可维护性。结对编程还可以帮助在团队中传播知识从而有助于提高[公交因素,](http://deviq.com/bus-factor/)并有助于促进[集体代码所有权](http://deviq.com/collective-code-ownership/) 。
#### 更多信息:
* [配对编程基础(培训课程)](http://bit.ly/PS-PairProgramming)
* [敏捷软件编程最佳实践](https://www.versionone.com/agile-101/agile-software-programming-best-practices/pair-programming/)