...and further:
Variables won't; constants aren't ~~-- Osborn's Law.
Wethern's Law: Assumption is the mother of all screw-ups.
When fixing a problem reported by a user, make sure the fix you think works also works for them. ~~-- William S. Annis.
To the systems programmer, users and applications serve only to provide a test load.
The trouble with computers is that they do what you tell them, not what you want. ~~-- D. Cohen.
The only intuitive interface is the nipple. After that, it's all learned. ~~-- Bruce Ediger.
Every program has at least one bug and can be shortened by at least one instruction - from which, by induction, one can deduce that every program can be reduced to one instruction which doesn't work.
Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing. ~~-- Dick Brandon.
Documentation isn't done until someone else understands it. William S. Annis
Debugging is anticipated with distaste, performed with reluctance, and bragged about forever.
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. ~~-- Brian W. Kernighan.
The last bug is fixed when the last user retires the program
I know I'm on the right track when by deleting something, I'm adding functionality. ~~--Carter's compass
To err is human, to forgive, beyond the scope of the Operating System.
A computer is like an Old Testament god, with a lot of rules and no mercy. ~~-- Joseph Campbell.
A debugged program is one for which you have not yet found the conditions that make it fail. ~~-- Jerry Ogdin.
Any given program will expand to fill available memory.
A TRUE Klingon Warrior does not comment his code!
Hofstadter's Law: ~~It always takes longer than you expect, even when you take Hofstadter's Law into account.
If builders built buildings the way programmers write programs, then the first woodpecker that came along would destroy civilization. ~~-- Unknown.
It is against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail, and learning to be self-critical? ~~-- Alan Perlis.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. ~~-- Rich Cook.
Strong data typing is for those with weak minds.

In reply to Re: Quest: Compiling aphorisms by ww
in thread Quest: Compiling aphorisms by Whitehawke

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.