Pair Programming
Pair programming is a collaborative software development technique in which two developers work together at one workstation, with one actively writing code (the driver) while the other reviews each line in real time and thinks ahead strategically (the navigator).
4 resources across 1 library
Glossary Terms(4)
Pair Programming
Pair programming is a collaborative software development technique in which two developers work together at one workstation, with one actively writing code (th…
Code Review
Code review is the practice of having one or more developers examine a proposed change to a codebase before it is merged, checking for correctness, design qual…
Pull Request
A pull request (PR) is a formal request to merge a set of code changes from one branch into another, typically accompanied by a diff, description, and a review…
Rubber Duck Debugging
Rubber duck debugging is a method of finding bugs by explaining code, line by line, out loud to an inanimate object (traditionally a rubber duck), which often…