Premature optimization is the root of all evil. --Donald Knuth Any fool can write code that a computer can understand. Good programmers write code that humans can understand. --Nartin Fowler The big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell It's got to be the going not the getting there that's good. --Hary Chapin Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail. --Max Kanat-Alexander The most important property of a program is whether it accomplishes the intention of its user. --C.A.R. Hoare Delivering good software today is often better than perfect software tomorrow, so finish things and ship. --David Thomas What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time? --James Alan Gardner Twenty hours at the keyboard can save you two hours of planning. --Isaac Traxler Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code. --Edsger W. Dijkstra The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know. --Benjamin H Bratton Programming is the art of thinking really hard about how to avoid having to think really hard. --unknown Without requirements and design, programming is the art of adding bugs to an empty text file. --Louis Srygley The best way to predict the future is to invent it --Alan Kay Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree. --Professor W. How do you expect to succeed if you do not know the rules? --Anonymous What is a university/college when the students lose interest? --Isaac Traxler When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass. --Larry Wall
|