Skip to content

Latest commit

 

History

History

exercise-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Exercise 2 - Test/method-style pairing

This exercise will focus on test/method-style pairing pairing using the fizz buzz kata from the last exercise.

2.1 Pair programming session

Session length: 2 x 15 minutes

✏️ Run through the Fizz buzz kata in pairs like the last exercise, but this time in new pairs.

✏️ Use test/method-paring: One person writes the test, the other writes the implementation code. Both should discuss.

✏️ Rotate half-way, so that the driver becomes the observer for the last 15 minutes.