If you've been coding awhile, you know how things are supposed to be done right:

My advice borne of experience is that the bigger the project, the more "proper" techniques you need to use and the harder you need to push back on management who will pressure you for a quicker development cycle at the expense of proper development methodology.

So just do what you always knew you were supposed to do on the smaller projects, but never had time or management buy-in to do.

In terms of getting management buy-in, I would recommend doing your best to convince them that as a project grows in size, its complexity grows exponentially; thus, company will save money in the long run on any big project by investing in proper design and development practices up front and dramatically reducing maintenance and development costs in the long run. If they're unwilling to do that, I would question whether the project should be pursued in the first place. After all, if they balk at taking the time to do things right, they are implicitly telling you that they don't expect the project to be around very long.


In reply to Re: Creating large apps by Starky
in thread Creating large apps by Anonymous Monk

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.