(For the tired audience, Ovid & I are discussing/quibbling/seeking consensus on a big nit. If you take it seriously it can impact how you work and live. )

programs are letters from one programmer to another. The fact that computers can execute them is only incidental.

To say that the "essential meaning" of the above phrase is that you should write your code as if its executability is incidental is Humpty-Dumptyism.

Implied by the view you expressed is that these letters that really are letters deserve, or normally receive, more care and accuracy than programs.

I realize that clear code is important, you could have cited that from any of my posts in this thread. But I am not thinking like you. I do not support the statement

the fact that code is executable ... is not quite incidental

What my code does when executed is the primary issue. The only code that I've written that has not been executed, was written as an adjunct to creating other code that was.


In reply to Re^2: Computers declared extraneous by rir
in thread Cheap idioms by Juerd

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.