Agile Development Methodology Comparison

dueling

Agile project management has entered the mainstream – incremental delivery is now common and (should be) expected for any new software development project. Which agile development methodology should you use on your project? There are at more than ten to choose from. What makes them different? The risks that they try to address.

Outside Reading

Ronny De Winter writes a great summary of 11 iterative processes and contrasts the risks they attempt to address.

Agile Software Development Methodologies

Here’s the list of iterative development approaches that Ronny identifies and some additional data on each:

  1. Spiral Model. Created in response to the classic waterfall and “code and fix” software development practices. Code and fix, as described by Spiral’s creator (Boehm), has the problem that requirements analysis and design come after the coding. Absent or poor design made maintenance expensive, and functionality was mis-aligned with user’s needs.
  2. Incremental Development. Winter describes this as iterative releases, after requirements and design work is done up front. This distributes the integration risk throughout the project, and provides an opportunity for user feedback before “completing” the project.
  3. Rational Unified Process (RUP). IBM’s flavor of incremental development, which has a lot of industry acceptance.
  4. eXtreme Programming (XP). Kent Beck’s agile approach. There’s a great debate with Alan Cooper (of UX fame) that puts this approach in context. Kent’s book (referenced above) is a great overview of the concepts. Kent is a very visible rabble-rouser, effectively using hyperbole to promote work-methods and approaches that feel very radical to stodgy organizations. There is a lot of debate about many of his extreme statements, but ultimately, he’s shifting the conversation. And XP is built on many great ideas.
  5. Scrum. Scrum focuses on tactical execution using 30 day sprints (increments). There are some very effective low-overhead ways to track project status as well as actual effort versus estimates.
  6. Dynamic Systems Development Method. Ronny describes this as being like RUP with reduced emphasis on tools. Here’s a comparison of DSDM and Scrum. The process focuses on using timeboxes. DSDM is a self-described ‘corporate-friendly’ agile process. Don’t underestimate the challenges of rolling out agile in a corporation.
  7. Crystal Methods. The latest from Alistair Cockburn. Ronny says it is like XP with more focus on documentation. Cockburn says “The Crystal Light family is predicated on allowing developers the maximum individual preference. XP is predicated on having everyone follow tight, disciplined practices.”
  8. Feature Driven Development (FDD). Decomposes a project by feature – an approach built on domain modeling.
  9. Test Driven Development (TDD). A focus on testable requirements and automated testing.
  10. Component Based Development (CBD). This seems to be the “assemble other people’s software” approach. The goal, according to CMU’s SEI, is to drive development of large software systems by integrating existing software products.
  11. Lean Software Development. A focus on eliminating inefficiencies in software development by extending the “lean manufacturing” concepts into software development.

Summary

Ronny’s summary is great. The conclusion – “there’s no one right answer.” Kent Beck once told me that teams evolve their processes in response to the bad experiences they’ve had. If lack of testing burned them on a past project, they would focus on testing moving forward. If incomplete requirements were the problem, the solution was in improved requirements.

You will read this list with a set of pain-points in mind. These two articles (plus linked references) will help guide you to what will work well for your next project.

  • Scott Sehlhorst

    Scott Sehlhorst is a product management and strategy consultant with over 30 years of experience in engineering, software development, and business. Scott founded Tyner Blain in 2005 to focus on helping companies, teams, and product managers build better products. Follow him on LinkedIn, and connect to see how Scott can help your organization.

6 thoughts on “Agile Development Methodology Comparison

  1. Hey Robin, thanks for reading and for the link. Folks, check it out. Note that refactoring is #2 (our recent article on the ROI of refactoring has generated some good debate).

  2. Pingback: Messaoud Oubechou

Leave a Reply to Mishkin Berteig Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.