I agree that Code Complete is a great book. However, it's fairly old and IMO quite a few parts of it are rather dated. I'd expect the Second Edition rectifies that, but haven't read it yet.

Also, as an instructional guide to perl programming I'd go with Perl Best Practices over Code Complete.

Update: dragonchild is right, that last sentence was inappropriate. Let me try again:

If you're looking for practical tips on how to write maintainable perl code, I would first buy and read Perl Best Practices. If you then further want to educate yourself on software design principles and practices I very much recommend that you read Code Complete. Other fountains of knowledge in this and related areas are The Pragmatic Programmer, Test Driven Development: By Example and The Mythical Man Month.


In reply to Re^2: Meaning of Maintanability and Functionality in Coding Perl by tirwhan
in thread Meaning of Maintanability and Functionality in Coding Perl by neversaint

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.