Any fool can write code that a computer can understand. Good programmers write code that humans can understand. --Nartin Fowler Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail. --Max Kanat-Alexander A change in perspective is worth 80 IQ points --Alan Kay It's got to be the going not the getting there that's good. --Hary Chapin Programming is the art of thinking really hard about how to avoid having to think really hard. --unknown Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live --John Woods ...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 People who are really serious about software should make their own hardware --Alan Kay With software there are only two possibilites: either the users control the programme or the programme controls the users. If the programme controls the users, and the developer controls the programme, then the programme is an instrument of unjust power. --Richard Stallman The big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches. --Paul Graham A language that doesn't affect the way you think about programming is not worth knowing. --Alan Perlis Know the rules well, so you can break them effectively --Dalai Lama XIV Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code. --Edsger W. Dijkstra Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life. --Prince 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 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. One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? --Brian Kernighan The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why. --perldoc perl College is a waystation - the last convenience store on the road to life-long responsibility. --Dennis Miller Simple things should be simple, complex things should be possible. --Alan Kay
|