In Extreme Programming (XP), the practice where two software engineers work together at a single workstation on the same code is:
ACollective Ownership
BContinuous Integration
CPair Programming
DRefactoring
Explanation
Pair Programming involves a Driver (writing code) and a Navigator (reviewing code concurrently).

No Comments