Pair Programming
Pair programming is an Agile software development practice where two developers share one computer to write code. One writes ('driver') while the other observes and guides ('navigator'), promoting continuous Code Review and shared understanding. This close collaboration often leads to higher code quality and faster problem-solving.