To me, Agile is a 'development lifestyle' approach. It prefers *not* to have long design meetings or copious amounts of specifications done ahead of time, rather it prefers to get something lean done quickly, and to go from there. It prefers to have short iterations, in order to confirm (or deny) that the project's going in the right direction; it prefers not to have long chunks of time devoted to a big chunk of code, only to discover That's Not What We Want Anymore. It prefers to have developers chat informally and share information, rather than have weekly (or even daily!!!) meetings where people ramble on about where they're at.

Yes, I've been developing software for over 25 years -- so I've seen what works and what doesn't. The best project I ever worked on was my third job out of school; we went from starting work to having a working electromechanical prototype in 7.5 months. And here's how that happened:

It's really quite amazing how productive we were -- it's my guess it would have taken a larger team years to achieve as much. That's one of the high points in my career.

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds


In reply to Re: The Status of Agile Programming Among Perlmonks? by talexb
in thread The Status of Agile Programming Among Perlmonks? by mrdurtal

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.