🎓 Knowledge Sharing & Mentoring Vocabulary
Master vocabulary for explaining code, checking comprehension, and handing over knowledge during pairing. Intermediate
0 / 5 completed
1 / 5
A senior engineer is pairing with a junior engineer to explain an unfamiliar codebase.
Which teaching approach in pairing is most effective?
"Guided tour while junior drives" produces active learning rather than passive observation:
| Approach | Junior's role | Learning quality |
|---|---|---|
| Senior drives, explains | Passive observer | Lower retention — watches but doesn't do |
| Senior explains verbally only | Listener, note-taker | Abstract — no hands-on connection |
| Junior reads alone first | Solo learner | Misses context that only the senior has |
| C ✓ — Junior drives, senior narrates | Active navigator + typist | Processes by doing while receiving context |
Key vocabulary: "guided exploration", "narrate while they drive", "hands-on learning", "context layering".