Feature Driven Development


Feature Driven Development (FDD) is described in a book by Peter Coad and others [Coad+1999]. It is a structured process to design and code software systems and is designed to scale from small to large teams.

FDD is a model-driven and short-iteration process. The main difference with XP is the development of an up-front object-oriented (OO) model of the system. This model may be changed at each iteration, but it is deemed essential to the process.

The development is driven by the incremental implementation of a list of features describing the system, during one- to four-week iterations. Code ownership is strictly enforced, and code owners are requested to develop the features entailing modification of their code.

FDD is the least "lightweight" of the agile methodologies. It could please teams and managers scared of merging analysis and design with the coding activities of XP, and of other XP characteristics such as collective code ownership. In the end, choose FDD if you fear the fourth value of XP: courage. FDD is agile and well structured, but it prescribes up-front analysis and design, extra documentation besides the code, and personal code ownership. It gives the feeling of being more in control of the project at the expense of part of its agility.



Extreme Programming Perspectives
Extreme Programming Perspectives
ISBN: 0201770059
EAN: 2147483647
Year: 2005
Pages: 445

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net