InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Has Agile Crossed the Chasm?

Posted by Ben Hughes on Jul 27, 2007

Sections
Process & Practices,
Architecture & Design
Topics
Agile in the Enterprise ,
Agile Techniques ,
Delivering Value ,
Agile
Tags
Scaling Agile ,
Distributed Teams ,
Process Adoption ,
Pair Programming
Earlier this month Scott Ambler released the results of his 2007 Agile Adoption Survey. This is the 2nd year that Scott has executed the survey, which attempts to provide readers with a consistent view on the adoption of Agile practices over the period. 

In summary the Survey tells us:
  • 69% of respondents indicated that their organizations are doing one or more agile projects.  Of those that hadn't yet started, 24% believed their organizations would do so within the next year;
  • 44% indicated a 90%+ success rate at agile projects, 33% indicated between 75 and 90%.  It appears that agile seems to be working out;
  • Co-located agile projects are more successful on average than non-co-located, which in turn are more successful than projects involving offshoring;
  • 98.6% of agile teams adopted iterations, and 83% had iteration lengths between 1 and 4 weeks;
  • Smaller teams had higher success rates than larger teams;
  • 85% of organizations doing agile had more than one project completed, so it's gone beyond the pilot project stage in most organizations;
  • Iterative development & regular delivery of working software was considered to be the most valuable of the Agile Practices;
Unsurprisingly, the findings of Scott’s survey highlight a lot of what the community already knows (collaboration and communication is king, co-located teams work better than split teams) but also highlights some interesting points:
  • Promiscuous and ad hoc paired programming is more of a reality than fixed pairs.
  • A distinct absence of database refactoring practices, despite code refactoring scoring highly in the "Value To Business" part of the survey.
Scott’s findings are in line with the Agile mantra, although the focus of this year’s report seems to be on practices rather than the adoption of the practices and thus is difficult to compare with the preceding year’s survey, as Scott openly admits:
Although there is an increase from last year's agile adoption rate, I'm reticent to compare the figures because I asked the question significantly differently.
With this in mind, how should we measure the adoption of agile practices, and how as a community can we get a unified picture of the landscape and group behaviours in which we operate?

A complete presentation of Scott's findings can be found here.
ad hoc by Remember Objective Posted
Re: ad hoc by Maris Fogels Posted
  1. Back to top

    ad hoc

    by Remember Objective

    * A distinct absence of database refactoring practices, despite code refactoring scoring highly in the "Value To Business" part of the survey.

    It's because they don't know the art of SQL. Most programmers are not aware of how much you can do with SQL, therefore write a lot of compensating code/xml/garbage that greatly worsens the situation (because it introduces even more code dependencies on the database remaining the way it is, which was their original excuse for not refactoring the database now and then).

  2. Back to top

    Re: ad hoc

    by Maris Fogels

    "It's because they don't know the art of SQL. Most programmers are not aware of how much you can do with SQL, therefore write a lot of compensating code/xml/garbage that greatly worsens the situation"

    If I recall correctly, Scott himself has stated that the problem is an utter lack of tooling support from database vendors. Knowledge of SQL alone will not keep a large project's database flexible, tested, and published under revision control.

    Scott talks about this and other issues facing agile databases in his presentation "Scott Ambler on Database Refactoring". I highly recommend it.

Educational Content

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.