GPS 1.2 Site

Jessie Wu & Brian Sheridan

11/11/14


What Is Pair Programming?

Pair programming is when you collaborate with a partner or partners on a project. This collaboration can happen either in person or over social sites such as GitHub.

Why Is Pair Programming Important to DBC?

Pair programming is important because it teaches you how to work with other people towards a common programming goal. This is how most progamming is done in the work place so it is important to gain experience with it as we are learning to program.

Compare Driver and Navigator?

The navigator guides the driver as to what to type and will assist in looking up solutions for any roadblocks along the way. The driver will be the one actually typing the code.