College is a waystation - the last convenience store on the road to life-long responsibility. --Dennis Miller Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches. --Paul Graham 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 Delivering good software today is often better than perfect software tomorrow, so finish things and ship. --David Thomas Any fool can write code that a computer can understand. Good programmers write code that humans can understand. --Martin Fowler Programming isn't about what you know; it's about what you can figure out. --Chris Pine I'm not a great programmer; I'm just a good programmer with great habits. --Kent Beck What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time? --James Alan Gardner Walking on water and developing software from a specification are easy if both are frozen. --Edward V. Berard 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 Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree. --Professor W. Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail. --Max Kanat-Alexander Know the rules well, so you can break them effectively --Dalai Lama XIV
|