vote up 7 vote down star
3

Are there any scientific studies that have compared agile to other software development methodologies? I think agile is a nice way of working, but is there any scientific basis for it?

I'm looking for something like this, except this study only deals with TDD. Have there been studies about agile in general?

I'm asking this because I met a agile-zealot who claimed the agile way of working produces better software than all the other ways of working. He presented this as a fact, which I don't think it is.

flag
What do you mean by "Agile"? – S.Lott Mar 22 at 21:45
"Agile" isn't well-defined enough to allow scientific study, it's a broad "brand" covering a massive number of techniques and methodologies. – womble Mar 22 at 21:47
1  
And anyway it's next to impossible to set up ma proper experiment. – Anton Tykhyy Mar 22 at 22:06
You might want to make this a community wiki, since it's doubtful that there's any acceptable answer. – S.Lott Mar 22 at 22:17
Science AND Programming? surely there is no corelation there! LOL – Harry Mar 22 at 22:31
show 3 more comments

7 Answers

vote up 2 vote down

Laurie Williams from NCSU published a lot of really interesting studies on the effectiveness of pair programming, and then started dealing with more facets of agile.

link|flag
vote up 5 vote down

See this response to a different question for some info on why there are rarely any good empirical studies on any aspects of building software.

link|flag
vote up 4 vote down

Scientific? Well, I'm very impressed of Alistair Cockburn work. Listen to him here

Alistair Cockburn had been a hardware designer and researcher for 16 years when IBM asked him to write a methodology for object-oriented projects. He's spent the last decade studying and writing about software development and learned that some of the most successful projects have the simplest processes. In 2001 he and 16 other software-development heavyweights met to discuss so-called lightweight methodologies, and one result was the Agile Software Development Manifesto, which includes four value statements: individuals and interactions over processes and tools; working software over comprehensive documentation; customer collaboration over contract negotiation; and responding to change over following a plan.

link|flag
1  
That's not scientific evidence; it's an argument from authority. Cockburn studied a lot and came to conclusions, that's fine, but learning "that some of the most successful projects have the simplest processes" is subjective as stated. – David Thornley Nov 16 at 22:16
Who said it's 'scientific evidence'? Notice the question mark after the first word? I would as others here say that it's very difficult to say anything with certainty about "agile" as it's open for interpretation and freedom to select from. I think that what Alistair brings to the table are collected "experience" (from real world projects) and from that "we" can make better decisions. – epatel Nov 16 at 22:36
vote up 2 vote down

Certain aspects of scrum have supporting empirical evidence. Quite a number of empirical studies of different part of scrum have been done. I've heard Jeff Sutherland ( http://jeffsutherland.com/scrum/ the inventor of scrum) mention lots of specific studies and observations in his talks.

Agile in general is just an umbrella term designed to keep different political groups moderately happy. Don't expect to see an experiment prove anything general about all of "agile". It's too vague to be useful.

link|flag
(Like the "empirical evidence" for Dvorak keyboard layouts resulting in faster typing speeds? :-) – pst Nov 17 at 5:50
Don't knows about Dvorak Keyboards, but I mean empirical in the same ways as chemists and medical scientists mean it - I.e. something repeatably observable & measurable rather than just the usual "IT sales pitch". I see this an an antidote to all the bullshit and unqualified hype that's passed around in our industry. – cartoonfox Nov 17 at 19:25
vote up 2 vote down

I don't think it's possible to "prove" such a thing.

I'll go even further, and say that I don't think it's really possible to study the issue of "Software Development productivity" with such a study. Which is mainly why all the evidence we ever really have to go on is what experienced people tell us (and unfortunately, each one has a different view on various methodologies).

There's a simple reason for this: people are completely different. Sit down a team of 5 people for a project of a few months (which is more, I'm guessing, than most studies ever manage; let's see anyone finance a few months of developer time), and you're bound to get completely different results. The problem is, there is no way to sepearate the many different factors here:

  1. Ability of the individual programmers.
  2. Dedication/effort put in by the programmers.
  3. Experience with the tools.
  4. The ability of whoever is acting as the team leader (just following a methodology isn't enough. If someone doesn't know how to manage a team, the methodology won't really be well represented).

And there are probably many more factors.

So what I'm trying to say is, don't believe studies that have "proven" that one methodology/tool/anything works better than others. They're almost impossible to do.

link|flag
vote up 0 vote down

What is proven to me is the statistical failure of waterfall i.e. scientific management applied to software development. Agile, as a movement, is just an answer to this empirical evidence (see for example the CHAOS reports).

link|flag
vote up 1 vote down

No, it's not scientifically or otherwise proven. To "prove" it would mean either:

  • To demonstrate its validity from an analytical point of view.
  • To show that it works in practice and then infer its validity

An analytical approach is unfeasible, since we are dealing with people here rather than simple systems. You cannot formalise teams and organisations.

Empirical studies, on the other hand, have been conducted, but the outcomes are unconclusive. Robert Glass shows some interesting results in his book Software Creativity 2.0, for example.

So no, agile is not proven. Not even close. :-)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.