Pair Programming

Benefits of Pair Programming

Steps to Successful Pair Programming

  1. Understand their definition of being a driver and navigator
  2. Pair programming is defined being with 2 programmers working together off of the same code
  3. Navigator is responsible for defining the code being written, checking for syntax error, reseaching new ideas, guding the driver
  4. Driver is responsible to entering the code, mindful of error, and collaboring on the solution

Pros and Cons of Pair Programming

My Reflections