Grammatical and wording changes for clarity (#23508)

pull/23518/head^2
GrantiVersace 2018-11-24 20:25:11 -06:00 committed by Manish Giri
parent 27fe445dd7
commit f0a0196ec1
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
--- ---
title: Learn About Pair Programming title: Learn About Pair Programming
--- ---
Pair programming is where two people code together on one computer. Pair programming is best described as two people writing code together on a single device.
![](//discourse-user-assets.s3.amazonaws.com/original/2X/f/f68cff8b5354f548f9d680369891ece79b8a154f.jpg) ![](//discourse-user-assets.s3.amazonaws.com/original/2X/f/f68cff8b5354f548f9d680369891ece79b8a154f.jpg)
Pair programming encourages you to discuss different approaches to solving problems, and to keep one another other motivated. The result is better code than either of you could have written by yourselves. 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.
Because of its benefits, many engineers pair program full time. And it's the best way to learn coding. Thanks to tools that allow two people to share mouse and keyboard inputs, you can pair program with a friend without needing to be in the same room. 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. 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.