From 0cb9cdbb55bc4fd8667dbf8c6303658af52787a9 Mon Sep 17 00:00:00 2001 From: Bcardona21 <31938739+Bcardona21@users.noreply.github.com> Date: Thu, 20 Dec 2018 20:30:33 -0600 Subject: [PATCH] Add terminology (#25764) Just adding some typical naming convention to the topic. --- .../english/miscellaneous/learn-about-pair-programming/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/miscellaneous/learn-about-pair-programming/index.md b/guide/english/miscellaneous/learn-about-pair-programming/index.md index 04daf56229..15fe074b40 100644 --- a/guide/english/miscellaneous/learn-about-pair-programming/index.md +++ b/guide/english/miscellaneous/learn-about-pair-programming/index.md @@ -7,6 +7,8 @@ Pair programming is best described as two people writing code together on a sing Pair programming encourages you to discuss different approaches to solving problems, and to keep one another other motivated. The result should be better code than either of you could have probably written individually. +Typically the pair consists of a "driver" who is at the keyboard, and a "navigator", who is also actively engaged in the programming process. + Because of the benefits, many engineers pair program on a regular basis. It is also a very good way to learn coding. There are tools that allow two people to share mouse and keyboard inputs, enabling you to pair program with a friend or coworker without needing to be in the same room. You can experience these benefits by pair programming with other Free Code Camp students on our coding challenges. Eventually, you'll work with people at nonprofits to build real-life software solutions.