I've written a couple of articles for Better Software magazine. My editor there is Brian Marick, one of the authors of the Agile Manifesto. I've read quite a lot about it.

The funny thing is that "agile development" is not even a methodology. eXtreme Programming is a methodology that is agile; Scrum is a methodology that is agile; Crystal is a methodology that is agile. But all the agile people ever set out to do was to point to ways to reduce the cost of change while increasing the quality of software.

Here's another analogy for you: it's like building a house. Traditional software development says "before we start, we need complete blueprints, a detailed list of supplies, and a concrete schedule. You will move in exactly 18 months from the moment that all of these preparations are complete."

The agile people are saying "Hey, here's a room for you to live in. We'd be happy to change it for you while we're building your next room, just let us know. In a week or two, you'll have two rooms, then three rooms. Just let us know when you want us to stop building your house."

I hope that makes sense.

In reply to Re: Agile programming a skill? by McMahon
in thread Agile programming a skill? by thor

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.