Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live --John Woods College is a waystation - the last convenience store on the road to life-long responsibility. --Dennis Miller Programming is the art of thinking really hard about how to avoid having to think really hard. --unknown 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. The best way to predict the future is to invent it --Alan Kay When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass. --Larry Wall 'Martyrdom' is the only way a person can become famous without ability. --George Bernard Shaw The big optimizations come from refining the high-level design, not the individual routines. --Steve McConnell Managers of programming projects aren’t always aware that certain programming issues are matters of religion. If you’re a manager and you try to require compliance with certain programming practices, you’re inviting your programmers’ ire. Here’s a list of religious issues: ■ Programming language ■ Indentation style ■ Placing of braces ■ Choice of IDE ■ Commenting style ■ Efficiency vs. readability tradeoffs ■ Choice of methodology—for example, Scrum vs. Extreme Programming vs. evolutionary delivery ■ Programming utilities ■ Naming conventions ■ Use of gotos ■ Use of global variables ■ Measurements, especially productivity measures such as lines of code per day --Steve McConnell 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 Programming isn't about what you know; it's about what you can figure out. --Chris Pine Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree. --Professor W. The really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly. --Joe Armstrong
|