|
Answer» What is Pair Programming in Agile? Pair programming is one of the useful technique where TWO programmer works a team and from two programmer one programmer writes a code and second one reviews that code. And they can even switch their roles too. Below are the two most useful benefits of pair programming:-
(1)Improved Code Quality:-As second partners reviews the code so it will reduces the chance of MISTAKE.
(2)Knowledge Transfer Is Easy:-KT is very easy as one experienced partner can teach another NEW partner about the TECHNIQUES and codes.
|