InterviewSolution
Saved Bookmarks
| 1. |
Explain Pair Programming. |
|
Answer» In pair programming, two programmers share only one machine and work together. During the development process, one programmer will be the driver who codes and another will ACT as the observer (navigator) who will make sure the code is written correctly, proofread and spell-check it, while also deciding where to go next. ROLES can be swapped at any time: the driver becomes the observer and vice versa. You can also call it "pairing", "paired programming", or "programming in pairs". Advantages:
|
|