InfoQ

News

Sharing What's Worked: Patterns for Adopting Agile Practices

Posted by Deborah Hartmann on Nov 06, 2006 12:01 AM

Community
Agile
Topics
Agile Techniques
Tags
Co-Located Teams ,
Patterns ,
Testing ,
XP ,
Introducing Agile ,
Pair Programming ,
TDD ,
Patterns and Practices
Organizations considering Agile software development approaches need to address issues of Agile adoption - and adaptation.  In his first InfoQ article, Adopting Agile Development Practices: Using Patterns to Share our Experiences, Amr Elssamadisy tells how participants in two OpenSpace sessions at XPday Montreal 2006 focused on the dynamics of adoption, rather than the structure resulting from adoption, to compile Agile practice adoption patterns.  This is part of an effort intended to help those new to Agile answer these questions: "Where do I start?", "What specific practices should I adopt?", "How can I adopt incrementally?" and "Where can I expect pitfalls?"

This article gives a glimpse into the larger effort of documenting agile adoption experiences in pattern format.  The list of potential patterns is long, so Elssamadisy has grouped them into "clusters" of practices: this article focuses particularly on two patterns from the "Test-First Development (TDD)" cluster.



Several times this year groups of software practitioners came together and shared their experiences in adopting agile software practices.  They then documented their successes and failures in adopting each of these practices, in pattern format.  They used patterns to aggregate multiple experiences instead of 'war-stories' that usually don't transfer easily to specific projects, and because patterns are not prescriptive yet still give specific information on how to solve a particular problem.  Patterns are an excellent vehicle to share expert information within context.

In the article, Ellsamadisy answers the question: "So, how does this help me adopt agile practices?"

With the building blocks at hand, that is: Smells, Practices, and Clusters of practices, it becomes possible to tailor your agile adoption in a step-wise and iterative manner.
  1. Start with an evaluation of the status quo - what is being done well and what needs improvement?
  2. Map the areas that need improvement to one or more Smells.
  3. Prioritize the Smells and pull the first one off the list.
  4. Check the Practice Patterns that address the Smell in (3). Read them and read their related clusters.
  5. Depending on your environment, choose one or more of the patterns in (4) - maybe even an entire cluster. Use the advice in the patterns chosen to start adopting those practices.
  6. Periodically evaluate that the Smell in (3) is indeed getting addressed by the practice being adopted. Adapt the practices for your particular environment.
  7. Go back to (1) until perfection is reached.

Adoption should be iterative and always goal-oriented. The goal is to alleviate the Smells currently present by adopting and adapting the applicable agile practices. The patterns are starting points. Use them with a modicum of disrespect. As you gain experience, adapt the practices to fit your needs.

At the end of the article, Elssamadisy invites readers to get involved, pointing out that unless practitioners take the time to write out these clusters of patterns, they cannot be used to help adopters.  All of the work in progress will be made available on the wiki and will appear here on InfoQ in further articles documenting the Smells, Clusters of Practices, and more Practices of Agile Practice Adoption.

Read the InfoQ article: Adopting Agile Development Practices: Using Patterns to Share our Experiences.

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.
Other useful related work by Paul Oldfield Posted Dec 29, 2006 9:51 AM
  1. Back to top

    Other useful related work

    Dec 29, 2006 9:51 AM by Paul Oldfield

    There is a useful related work at: http://www.aptprocess.com/whitepapers/risk/RiskToPatternTable.htm

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.