View on GitHub

ReadingNotes

JQury

Image

6 Reasons for Pair Programming

How does pair programming work?

Image

## Why pair program?

  1. Greater efficiency : when two people focus on the same code base, it is easier to catch mistakes in the making.
  2. Engaged collaboration : When two programmers focus on the same code, the experience is more engaging and both programmers are more focused than if they were working alone.
  3. Learning from fellow students : working with a teammate can expose developers to techniques they otherwise would not have thought of.
  4. Social skills : When working with someone who has a different coding style, communication is key.
  5. Job interview readiness .
  6. Work environment readiness .

Image


Home