The big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell Happiness should be a function without any parameters. --Pranshu Midha A language that doesn't affect the way you think about programming is not worth knowing. --Alan Perlis Without requirements and design, programming is the art of adding bugs to an empty text file. --Louis Srygley ...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 Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us. --Joseph Rain How do you expect to succeed if you do not know the rules? --Anonymous The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why. --perldoc perl
|