The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment. --Theodore H. White Programming is the art of thinking really hard about how to avoid having to think really hard. --unknown The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know. --Benjamin H Bratton 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 First solve the problem. Then, write the code. --Waseem Latif The most important property of a program is whether it accomplishes the intention of its user. --C.A.R. Hoare College is a waystation - the last convenience store on the road to life-long responsibility. --Dennis Miller Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them. --Joshua Bloch 'Martyrdom' is the only way a person can become famous without ability. --George Bernard Shaw What is a university/college when the students lose interest? --Isaac Traxler A change in perspective is worth 80 IQ points --Alan Kay 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 big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell People who are really serious about software should make their own hardware --Alan Kay The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why. --perldoc perl ...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 Learn the rules like a pro, so you can break them like an artist --Pablo Picasso
|