Saved Bookmarks
| 1. |
What do you mean by Pair Programming? Write its advantages. |
|
Answer» 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
|
|