Without requirements and design, programming is the art of adding bugs to an empty text file. --Louis Srygley Premature optimization is the root of all evil. --Donald Knuth 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. I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it. --Robert C. Martin The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why. --perldoc perl How do you expect to succeed if you do not know the rules? --Anonymous It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical? --Alan J. Perlis 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 A university is what a college becomes when the faculty loses interest in students. --John Ciardi Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code. --Edsger W. Dijkstra When in doubt, do something. --Harry Chapin You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have. --Cory Althoff So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack --Kernighan Brian Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail. --Max Kanat-Alexander Good programmers write code that humans can understand. --Martin Fowler
|