The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming. --Audrey Watters Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches. --Paul Graham 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 Any fool can write code that a computer can understand. Good programmers write code that humans can understand. --Martin Fowler 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 Twenty hours at the keyboard can save you two hours of planning. --Isaac Traxler Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer. --Frederick P. Brooks Jr. 'Martyrdom' is the only way a person can become famous without ability. --George Bernard Shaw Premature optimization is the root of all evil. --Donald Knuth So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack --Kernighan Brian Programming isn't about what you know; it's about what you can figure out. --Chris Pine Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail. --Max Kanat-Alexander The big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell Perl – The only language that looks the same before and after RSA encryption. --Keith Bostic The issue of finding the best possible answer or achieving maximum efficiency usually arises in industry only after serious performance or legal troubles. --Steven S. Skiena Any fool can write code that a computer can understand. Good programmers write code that humans can understand. --Nartin Fowler Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. --Rick Cook 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 Simple things should be simple, complex things should be possible. --Alan Kay How do you expect to succeed if you do not know the rules? --Anonymous 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 most important property of a program is whether it accomplishes the intention of its user. --C.A.R. Hoare There is nothing good or bad about knowledge itself; morality lies in the application of knowledge. --Jon Erickson 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 Learn the rules like a pro, so you can break them like an artist --Pablo Picasso Know the rules well, so you can break them effectively --Dalai Lama XIV Good programmers write code that humans can understand. --Martin Fowler 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 Walking on water and developing software from a specification are easy if both are frozen. --Edward V. Berard
|