In pair programming, what are the responsibilities of the driver and the navigator?(1 point) Responses 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 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 writes the code, and the navigator reviews and comments on lines that need corrections as they occur.

1 answer

In pair programming, the responsibilities are divided as follows:

  • The driver writes the code while actively coding and managing the implementation.
  • The navigator reviews the code in real-time, offers suggestions, and provides feedback on potential improvements or corrections.

Therefore, the correct response is: The driver writes the code, and the navigator reviews and comments on lines that need corrections as they occur.