In pair programming, what are the responsibilities of the driver and the navigator?(1 point)

Responses

The navigator writes the code, and the driver comments on the lines that need corrections when they are done.
The navigator writes the code, and the driver comments on the lines that need corrections when they are done.

The driver assigns parts of the projects, and the navigator designs the code.
The driver assigns parts of the projects, and the navigator designs the code.

The driver reviews the code, and the navigator designs the code based on client feedback.
The driver reviews the code, and the navigator designs the code based on client feedback.

The driver writes the code, and the navigator reviews and comments on lines that need corrections as they occur.

1 answer

The correct response is:

The driver writes the code, and the navigator reviews and comments on lines that need corrections as they occur.

In pair programming, the driver is responsible for writing the actual code, while the navigator focuses on reviewing the code, thinking strategically about the overall design and direction of the work, and providing feedback in real-time.