Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Design

Survey Says...Agile Has Crossed the Chasm


Agile Practices

The survey explored the effectiveness of various practices on agile projects, both agile and not-so-agile, to determine what is actually working in practice. The results are listed in Table 2, with the most effective practices listed first. The score is the average taken from respondents who responded with a numerical score; the applicable values were 1 to 5, with 5 being very effective, and values of "Don't Know" and "Not Applicable" were not taken into account to calculate the average.

Practice Average Score out of 5
Iterative Development 4.38
Regular Delivery of Working Software 4.19
Configuration Mgmt 4.06
Whiteboard Modeling 4.01
Customer Tests 3.94
TDD 3.91
Daily Stand Ups 3.88
Active Stakeholder Participation 3.88
Coding Standards 3.83
Code Refactoring 3.81
Prove Architecture Early 3.80
Simple Design 3.78
Flexible Architectures 3.74
Evolutionary Design 3.70
Self Organizing Teams 3.61
Initial Agile Arch Modeling 3.60
Initial Agile Req Modeling 3.57
Regular Status Reports 3.54
Independent Testing 3.53
Architectural Spikes 3.52
Paper-Based Modeling 3.43
Code Inspections 3.43
Pair Programming 3.40
Database Testing 3.37
Database Refactoring 3.31
Model Reviews 3.14
CASE Modeling 3.03

Table 2: Effectiveness of various practices on agile teams.

I want to share a few observations. First, the high-scoring practices really don't come as a surprise, particularly iterative development and regular delivery of working software. Once again, the agile rhetoric seems to hold. Second, every practice that I asked about was rated above average, although I didn't explore many traditional practices such as detailed up-front modeling and detailed up-front planning because they were covered by questions about the effectiveness of work products. Third, pair programming didn't rate as well as I had expected, probably because many organizations often don't give it sufficient time to take root on a project team. In a conversation with Laurie Williams and Bill Krebs, two people who have done research into pair programming, we decided that the survey should have distinguished between promiscuous pairing where you swap pairs regularly and nonpromiscuous pairing. We suspect that promiscuous pairing would do much better. Fourth, I was a bit disappointed in how database refactoring and database testing did, although, to be fair, this is likely a reflection of the current lack of tool support for these concepts. Tooling is quickly getting better, so I expect the rankings of these practices to rise in future surveys.

The survey also asked about average iteration length on agile projects. Five percent of respondents indicated the last agile project they were on had iterations of less than one week, 17 percent one week, 32.6 percent two weeks, 12.5 percent three weeks, 21 percent four weeks, 10.4 percent five or more weeks, and only 1.4 percent indicated that they didn't do iterations at all. So, it seems that the vast majority of agile teams do reasonably short iterations of between one and four weeks.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.