💻 Pair Programming Vocabulary
Master driver/navigator roles, handoff language, and pairing session management vocabulary. Beginner
0 / 5 completed
1 / 5
In pair programming, one person is the "driver" and the other is the "navigator".
What is the driver's role?
The driver/navigator split separates tactical execution from strategic thinking:
| Role | Focus | Typical activities |
|---|---|---|
| Driver | Tactical — hands on keyboard | Typing, syntax, immediate implementation details |
| Navigator | Strategic — watching the big picture | Catching errors, researching, thinking about next steps, edge cases |
Regular role swaps (every 10–20 minutes) prevent fatigue and keep both participants engaged. Key vocabulary: "driver/navigator roles", "role swap", "tactical vs. strategic focus".