Extreme programming practices: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
Line 4:
 
=== Pair programming ===
[[Pair programming]] means that all code is produced by two people programming on oneonevnnnvg task on one workstation. One programmer has control over the workstation and is thinking mostly about the coding in detail. The other programmer is more focused on the big picture, and is continually reviewing the code that is being produced by the first programmer. Programmers trade roles after minute to hour periods.
 
The pairs are not fixed; programmers switch partners frequently, so that everyone knows what everyone is doing, and everybody remains familiar with the whole system, even the parts outside their skill set. This way, pair programming also can enhance team-wide communication. (This also goes hand-in-hand with the concept of Collective Ownership).