+1 vote
in Agile by
What is mean by Pair Programming? what are the advantages?

1 Answer

0 votes
by

Pair programming, as the name suggests, is a type of programming where two people write code together and work side-by-side on one machine or computer. It is basically a technique mostly used in agile software development. In this type of programming, one person writes code and another person checks and reviews each line of code. Both of them also switch their roles while doing work. 

Advantages of Pair Programming

  •  Develop higher-quality code 
  • Reduce the risk of errors 
  • An effective way to share knowledge  
  • Enhanced productivity 
  • Improved team collaboration 

Related questions

0 votes
asked Mar 11, 2023 in Agile by SakshiSharma
+1 vote
asked Dec 8, 2021 in Agile by DavidAnderson
...