freeCodeCamp/guide/english/miscellaneous/learn-about-pair-programming/index.md

12 lines
881 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Learn About Pair Programming
---
Pair programming is where two people code together on one computer.
![](//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.
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.
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.