InfoQ

News

Iterating and Incrementing to 'Get What You Need'

Posted by Geoffrey Wiseman on Jan 23, 2008 09:36 AM

Community
Agile
Topics
Customers & Requirements ,
Agile Techniques
Tags
Business/IT Alignment

In Don't know what I want, but I know how to get it, Jeff Patton described a few ways in which Agile teams and business users miscommunicate, and argued that the agile community needs to be clear about the terms 'iterating', 'incrementing' and 'shippable'.

Jeff started by describing some phrases that highlight the need to better explain the concept of iteration to businesses and software development teams:

  • "We know what we want. Can you estimate how long it will take to build?"
  • "We need to get these requirements nailed down before we can start development."
  • "Customers [don't know] what they want"
  • "Customers always [change] their mind"

Jeff then goes on to describe iteration and incrementing as distinct concepts, both of which are used by agile teams to deliver value, although they are often conflated and confused, and the reasons each are used.

Describing incremental development:

By incremental development I mean to incrementally add software a time. Each increment adds more software - sorta like adding bricks to a wall. After lots of increments, you've got a big wall.

  • We use incrementing to gradually build up functionality so if development takes longer than we expect, we can release what we've incrementally built so far. ("If" is in italics because I honestly can't remember a project I've been on where development took less time than expected.)
  • We release incrementally so that we actually get that business value we're chasing. Because, we don't really get return on investment till people begin to use the software we've built. Until then, the expected business value is just an estimate. And, if you think software development estimation is tough, try estimating return on investment.

Describing iterative development:

By iterative development I mean that we build something, then evaluate whether it'll work for us, then we make changes to it. We building expecting to change it. We never expected it to be right. If it was, it's a happy accident. Because we don't expect it to be right, we often build the least we have to to then validate whether it was the right thing to build.

  • We iterate to find the right solution.
  • Then given some good candidate solution, we might then iterate to improve a candidate solution.

Where things really fall apart in Agile development is when no one plans to iterate.

He went on to argue that he use of the world 'shippable' further confuses the situation:

For a customer, someone who intends to sell or use the software, shipable means they could actually sell and use the software. This means the minimal number of features all need to be present. The software needs to be useful for it's intended purpose - at least as useful as the old software or paper process it replaces. The software needs look and behave well - have a high quality of fit and finish - particularly if this is commercial software and you've got competitors breathing down your back.

Shippable means done. Completely done and dusted. There's no need to iterate on something done - really shippable done.

Saying "shippable" to people in the customer role means implies they'd better get the requirements right because that's the way Agile development works.

So, in order to help customers understand iteration, he suggested:

We need to explain to those in customer and product owner role that it's important to write user stories that they don't intend to release. To write stories that they intend to evaluate, learn from, improve, or toss out as a failed experiment.

In conversations with my friend Alistair, he proposed writing three story cards instead of just one. The first story card has the actual story on it. The second one is a placeholder for the inevitable changes to the story after we see it. The third for the fine-tuning after we see those changes.

This is an example of planning to iterate. It would relieve a lot of stress from the hand-wringing gun-shy customer worried about getting it right because the story needs to be "shippable."

He also coins a new acronym: "YAGRI: You aint gunna release it".

Patton quips: "It's rare when you get to quote Johnny Rotten, Roger Waters, Paul Simon, Pete Townsend, John Lennon, and the Spice Girls in the same talk." It's an amusing article, and he encourages readers to reference his blog entry or download the original talk, with or without music clips, and to use it, with proper attribution, of course.


Images copyleft Jeff Patton.

Related Sponsor

VersionOne is recognized by Agile practitioners as the leader in Agile project management tools. Companies such as Adobe, BBC, CNN, Dow, HP, IBM, Sony and 3M have turned to VersionOne to help deliver greater value to their customers.

No comments

Watch Thread Reply

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.