Walking on water and developing software from a specification are easy if both are frozen. --Edward V. Berard 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 Perl – The only language that looks the same before and after RSA encryption. --Keith Bostic The most important property of a program is whether it accomplishes the intention of its user. --C.A.R. Hoare Everyday life is like programming, I guess. If you love something you can put beauty into it. --Donald Knuth Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code. --Edsger W. Dijkstra There is nothing good or bad about knowledge itself; morality lies in the application of knowledge. --Jon Erickson What is a university/college when the students lose interest? --Isaac Traxler The best way to predict the future is to invent it --Alan Kay What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time? --James Alan Gardner ...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 If the steps become to big, they become walls... --Herb Sutter Programming is the art of thinking really hard about how to avoid having to think really hard. --unknown The most disastrous thing that you can ever learn is your first programming language. --Alan Kay The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why. --perldoc perl
|