One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? --Brian Kernighan First solve the problem. Then, write the code. --Waseem Latif There is nothing good or bad about knowledge itself; morality lies in the application of knowledge. --Jon Erickson Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail. --Max Kanat-Alexander Any fool can write code that a computer can understand. Good programmers write code that humans can understand. --Martin Fowler ...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it. --Robert Nystrom The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why. --perldoc perl Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer. --Frederick P. Brooks Jr. Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them. --Joshua Bloch 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 The best way to predict the future is to invent it --Alan Kay Happiness should be a function without any parameters. --Pranshu Midha
|