Actually, solidifying requirements isn't a problem. In fact, dealing with unsolidifiable (:-}) requirements is exactly what the rewrite is for. The original perl design I'm referring to took a sum total of where everything was sitting at that instant in time. It dealt with all known requirements pretty well (I'd give it an "A" if I were marking it for completeness - not an "A+", though, as there were still problems). The problem is that it didn't deal with unknown requirements very well. Having gained about 2 years of experience using the original design, I have a better grip on where unknown requirements can hit us.

We, in turn, rely on other tools. We must understand the limitations of those tools and need no more flexibility than they give us. But we should not introduce other limitations artificially, because that artificially limits our ability to handle these ever-changing requirements. Flexibility was an unknown requirement. I'm sure even that can be changed ;-)

I need that month for everyone to back off just to finish the rewrite. The requirements can pour in after the month, I'm reasonablly certain that we could handle them at that time with the new and improved flexibility, and still hit our dates. But as long as those requirements are there and known, my manager isn't likely to be happy about me going and rewriting the core logic to our infrastructure. ;-)


In reply to Re^4: Structural Elegance by Tanktalus
in thread Structural Elegance by samizdat

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.