I like the spirit of your musings, fraktalisman++

I review projects on several levels. Not only does code get a review, but the project specs and goal sheets do too. My best projects usually have a period of wild coding where I do five or six problem-specific variants. While I'm dousing fires, I'm filing ideas about generic data structures and partitioning that will allow me to generalize. Usually, some other burning task (like a weekend!) will intervene, and, before I get started again on putting out fires, I'll rewrite my code, at least to the point of implementing core data structures and config files that handle most of the variants I expect to see in a much more flexible way. Another week's firefighting, and I'm ready to do the same thing again, changing variable names, doing function grouping, and reworking parameter passing and such. I'm of two minds on commenting; I use commenting to separate subroutines, but I rarely do in-line commenting like I used to do with assembly. The acid test comes when I need to pass my code along to others, especially those who are not competent to handle multilevel references and embedded state- and language-driven coding.

In reply to Re: Reading the same text and getting a different impression by samizdat
in thread Reading the same text and getting a different impression by fraktalisman

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.