Beginner Software Engineering / SDLC / Agile
Q20 / 100

What is "pair programming" in Agile/XP (Extreme Programming) practices?

Correct! Well done.

Incorrect.

The correct answer is A) A practice where two programmers work together at one workstation, with one writing code (the "driver") while the other reviews each line as it is written (the "navigator")

A

Correct Answer

A practice where two programmers work together at one workstation, with one writing code (the "driver") while the other reviews each line as it is written (the "navigator")

Explanation

Pair programming aims to improve code quality and knowledge sharing through continuous review, with the driver and navigator roles often switching periodically.

Progress
20/100