What does Pair Programming mean? Explain its benefits?

devquora
devquora

Posted On: Feb 22, 2018

 

Pair programming is basically a technique where two programmers work as part of the team. Here, one programmer is assigned to review the code which the other one is writing the code. The role can be easily switched between the programmers.

The Benefits of Pair Programming:

  1. Easy transfer of Knowledge: One experienced partner can always teach the other one about codes and techniques.
  2. The code quality is improved: if the second partner is reviewing the code simultaneously, then it simply reduces the chances of mistake.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Agile Testing Interview Questions

     What do you understand by Agile testing?

    AGILE methodology is a practice followed by QA and is known to promote continuous iteration of development. This test..

    Agile Testing Interview Questions

      What do you understand by the term sprint backlog and product backlog?

      The sprint backlog is basically treated as the subset of the backlog of a product that contains requirements and feat..

    Agile Testing Interview Questions

     What is the main difference between the traditional Waterfall model and Agile testing?

    In the traditional Waterfall model, the testing is generally done at the end of development. However, in Agile methodol..