
136 CHAPTER 5 New and Emerging Process Methodologies
9. Agile methods prefer rigid processes over adapting to the people.
(True/False)
10. What is test-driven programming, and which Agile process
advocates it?
5.8 Exercises
1. As a class project or just for experience, try pair programming.
Get in touch with a person you would like to work with, and agree
to complete this project only as a pair. After doing so, analyze your
experience. Was the software better than if you had written it
alone? Did it take more time than if you had done it alone?
2. As a class project or on your own, try test-driven programming.
Try to write test cases before you write the ...