pair programming 2

Pair programming: A software development technique in which two programmers work together at one computer. One programmer, the driver, writes the code while the other programmer, the navigator, reviews the code and provides feedback. Pair programming is often used to improve the quality of code and to learn from each other.

Scroll to Top