Hi, I know this is a bit off-topic and has no direct relation to perl BUT it does affect the working process of programming. Recently our boss introduced a working process which he called "Rapid Prototyping". From now on we should develop prototypes together with our customers to set up the "perfect" look and feel for the application. Then the next logical step would be to throw away the prototype and start all over from scratch, implementing the interface that turned out to be the best.
So I thought. The way we handle it is: Develop a "prototype" with the customer and USE this so called prototype for further delevopment!! In my opinion this introduced more flaws than it helps us build better code.
I would like to know your experiences with this programming model. How did it help you build your applications? What other models do you use?

I am looking forward to your opinion

C-Keen


In reply to Is Rapid prototyping working for anyone? by C-Keen

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.