in reply to Re^2: Computers declared extraneous
in thread Cheap idioms

(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.

Replies are listed 'Best First'.
Re: Re^2: Computers declared extraneous
by Anonymous Monk on Oct 18, 2002 at 18:09 UTC
    The only code that I've written that has not been executed, was written as an adjunct to creating other code that was.

    Please explain how code that creates other code was never executed, but the code that was never created by the aforementioned never-executed code, was, in fact, executed.

      I said it was an adjunct to creating code not that it created code.

      Specifically I occasionally write code just to clarify things in my mind, with the expectation that this clarity will aid with other code. Usually I use pen and paper for this, that is just comfortable somehow.