Computer Science, asked by BARANWAL6588, 1 year ago

C) what is pair programming and how is it different from normal programming?


anshujain90: Pair-programming is a technique in Agile Software Development where two engineers share a single workstation. In this technique, one engineer is the driver, whom has control of the mouse and keyboard to write the code, while the other serves as the navigator, reviewing the code that the other is writing while providing tactical and analytical feedback.
anshujain90: This pair will trade-off on these roles at regular intervals, giving each other equal chance to both execute on the work or direct it.

Pairs are typically formed between two individuals on the same scrum team, and exist as long as it takes to complete a single user story.

Answers

Answered by Ashi03
0
meaning of pair programming
:- Pair programming is an agile software development technique in which two programmers work together at one workstation. ....

it may help u
Similar questions