From Alan J. Perlis' "Epigrams in Programming"
A language that doesn't affect the way you think about programming, is not worth knowing.
A program without a loop and a structured variable isn't worth writing.
Simplicity does not precede complexity, but follows it.
In programming, as in everything else, to be in error is to be reborn.
Sometimes I think the only universal in the computing field is the fetch-execute cycle.
There are two ways to write error-free programs; only the third one works.
The eleventh commandment was "Thou Shalt Compute" or "Thou Shalt Not Compute" - I forget which.
Wherever there is modularity there is the potential for misunderstanding: Hiding information implies a need to check communication.
Symmetry is a complexity-reducing concept (co-routines include subroutines); seek it everywhere.
If you have a procedure with ten parameters, you probably missed some.