First solve the problem. Then, write the code. --Waseem Latif Walking on water and developing software from a specification are easy if both are frozen. --Edward V. Berard Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree. --Professor W. It's got to be the going not the getting there that's good. --Hary Chapin Know the rules well, so you can break them effectively --Dalai Lama XIV There ain't no rules around here. We are trying to accomplish something. --Thomas Edison But while you can always write 'spaghetti code' in a procedural language, object-oriented languages used poorly can add meatballs to your spaghetti. --Andrew Hunt I'm not a great programmer; I'm just a good programmer with great habits. --Kent Beck Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches. --Paul Graham ...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 When in doubt, do something. --Harry Chapin 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 A university is what a college becomes when the faculty loses interest in students. --John Ciardi Any fool can write code that a computer can understand. Good programmers write code that humans can understand. --Nartin Fowler What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time? --James Alan Gardner Programming is the art of thinking really hard about how to avoid having to think really hard. --unknown The most important property of a program is whether it accomplishes the intention of its user. --C.A.R. Hoare The big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell Delivering good software today is often better than perfect software tomorrow, so finish things and ship. --David Thomas 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
|