The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why. --perldoc perl Programming isn't about what you know; it's about what you can figure out. --Chris Pine Walking on water and developing software from a specification are easy if both are frozen. --Edward V. Berard 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 Premature optimization is the root of all evil. --Donald Knuth Twenty hours at the keyboard can save you two hours of planning. --Isaac Traxler Learn the rules like a pro, so you can break them like an artist --Pablo Picasso Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches. --Paul Graham A university is what a college becomes when the faculty loses interest in students. --John Ciardi First solve the problem. Then, write the code. --Waseem Latif Know the rules well, so you can break them effectively --Dalai Lama XIV People who are really serious about software should make their own hardware --Alan Kay How do you expect to succeed if you do not know the rules? --Anonymous 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 ...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 The most disastrous thing that you can ever learn is your first programming language. --Alan Kay The big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell Any fool can write code that a computer can understand. Good programmers write code that humans can understand. --Martin Fowler
|