Problem Sets

home, work

Working in Pairs

You must work on all problem sets and the mini-project in pairs. In particular, pair programming means that you use one computer and one keyboard whenever you work on any part of the problem set. One partner, called pilot, uses the keyboard, while the other one – appropriately called co-pilot – watches. The co-pilot should look out for mistakes and enforce the design recipe.

I recommend switching roles in the middle of problems not (just) between problems. Doing so ensures that design knowledge is truly spread over the pair.

Most importantly, pair programming is one way to help you learn. While computers may be able to check the syntax and the semantics of your programs, they do not engage you in conversations about the material. Such conversations help students understand the various pieces from different perspectives and often eliminate small obstacles in the reading and programming material.

You may not to go outside your current partnership to seek help.