First solve the problem. Then, write the code. --Waseem Latif Perl – The only language that looks the same before and after RSA encryption. --Keith Bostic Premature optimization is the root of all evil. --Donald Knuth The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment. --Theodore H. White The most important property of a program is whether it accomplishes the intention of its user. --C.A.R. Hoare The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why. --perldoc perl ...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 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 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 really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly. --Joe Armstrong Twenty hours at the keyboard can save you two hours of planning. --Isaac Traxler Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches. --Paul Graham Walking on water and developing software from a specification are easy if both are frozen. --Edward V. Berard How do you expect to succeed if you do not know the rules? --Anonymous How do you expect to succeed if you do not know the rules? --Anonymous Good programmers write code that humans can understand. --Martin Fowler People who are really serious about software should make their own hardware --Alan Kay Everyday life is like programming, I guess. If you love something you can put beauty into it. --Donald Knuth
|