1. get outline of expectations
  2. write simple summary of functionality - confirm with sponsor
  3. write tech specs - method, db table, flow etc summary - pass round dev team to see if you missed anything
  4. write, pass on for code review (informal)
  5. check in with sponsor for any feature additions
  6. pass to QA, listing params expected on each iteration (web stuff :) so can be hammered
  7. publish to Beta server
  8. write end user docs, support docs, dev docs
  9. publish to live servers

Well, that's the theory, anyway :)

tilly just leant me Peopleware, and I've found that very useful, and Rapid Development, that I have yet to make a large dent in. I think both are worth reading though.

And no matter what environment you're in, argue for clear docs from the start, and testing. It *will* save you time in the long run.

I guess it all depends on the environment you work in though ;-)

.02

cLive ;-)


In reply to Re: Process Model for Projects by cLive ;-)
in thread Process Model for Projects by gmpassos

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.