Michael A. Jackson “ Rules of Optimization: Rule 1: Don’t do it. Rule 2 (for experts only): Don’t do it yet. ”
Alan Kay “ Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves. ”
John Johnson “ First, solve the problem. Then, write the code. ”
Eagleson’s law "Any code of your own that you haven’t looked at for six or more months might as well have been written by someone else. “
Alan Perlis “ When someone says, ‘I want a programming language in which I need only say what I want done,’ give him a lollipop. ”
David Parnas “ Copy and paste is a design error.
Tom Cargill “ The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ”
Nathan Myhrvold “ Software sucks because users demand it to. ”
Martin Fowler “ Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ”
Brian Kernighan “ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. ”
Edward V Berard “ Walking on water and developing software from a specification are easy if both are frozen. ”