'Extreme' is overused, and it really doesn't express the idea behind this style of software development.

The goal is to reduce costs involved with software development. One interesting fact is that the sooner you catch mistakes, the less it costs to fix them (compare the cost of fixing a mistake the minute you make it vs. after you've already shipped the product). So that's one reason to team developers up.

Another very important reasons to partner up is so everyone knows what each other is working on. You see, you change partners daily. If a programmer leaves, you don't have to spend time trying to figure out what he was doing and get the new guy up to speed.

No one knows if extreme programming is the next great thing. More research has to be done. Software development is still a new and exciting field (at least I think so). There's a lot of interesting ideas behind extreme programming. Too bad the name turns so many people off. 'Extreme' is such a 90's term anyway.

Now I'm babbling...

-tl

In reply to Re: Extreme Programming Frightens This Perl Programmer by tlynch001
in thread Extreme Programming Frightens This Perl Programmer by sierrathedog04

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.