理解pair programming vs. solo programming

  • Pair Programming

    Pair programming is an agile software development technique in which two programmer work together at one workstation.

    One, the driver, write code while the other, the observer or navigator, reviews each line of code as it is typed in.

    The two programmers switch roles frequently.

  • Pair Programming vs. Solo Programming

    In 2000, Kent Beck popularized the notion of pair programming, and argued that this practice could improve software quality and developer learning, and would not adversely affect duration, as compared to solo programming. The auther conduct a meta-analysis of 15 years of empirical tests of these relationships, and find that pairs generally :

    a. produce higher quality software

    b. learn more

    c. program faster

  • References

  1. Pair Programming vs. Solo Programming: What Do We Know After 15 Years of Research?
  2. Alves De Lima Salge, C. & Berente, N. Pair Programming vs. Solo Programming: What Do We Know After 15 Years of Research? in 2016 49th Hawaii International Conference on System Sciences (HICSS) 5398–5406 (IEEE, 2016). doi:10.1109/HICSS.2016.667.
  3. The benefits of pair programming: will it work on your team?

猜你喜欢

转载自blog.csdn.net/The_Time_Runner/article/details/113751651
今日推荐