Workshop
This workshop tests whether you understand all the concepts you learned in this hour. It is very helpful to know and understand the answers before starting the next hour's lesson.
Quiz
How does developing with only a rough plan work?
The customer manages progress and so improves the plan if necessary.
The planning practice is supported by the use of small releases; the team can make adjustments as they go.
This is poor practice and should be avoided by the use of the Planning Game.
XP developers are generally more skilled than the average and so need less guidance.
Which of the following are aspects of simple design as defined by XP?
The system is easy to change.
The system passes all the tests.
Can be modeled simply using cards or whiteboard.
The system contains no duplicate code.
Why does refactoring need testing to support it?
It doesn't, but can be improved by testing.
Developers need a way of determining what impacts their changes have had on the system.
Without testing developers have no way of knowing what needs to be refactored.
Testing tools can also be used for refactoring.
What are the three categories of XP?
Planning, process, and people.
Core, support, and optional.
Programming, team, and process.
Process, development, and testing.
What is the idea behind using a metaphor to describe the system?
It forms a bridge between customer and developer.
It allows for greater flexibility.
Better communication speeds development.
Using tools such as Wiki Wiki are much easier to use with metaphors.
Answers
a.
b. and d.
b.
c.
a.
Activities
Visit the xUnit testing frameworks download page at http://www.xprogramming.com/software.htm. Find your relevant language tool (Java, C++, Visual Basic, .NET, and so on) and begin experimenting with the tool, today.
Create the coding standard for your development shop. Use resources from Sun, Microsoft, Apple, or your language vendor.
Investigate how you can implement an XP practice on your current project. If you're a developer, consider pair programming. Could you use it today? Research more on the costs and benefits before approaching your manager!