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 Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail. --Max Kanat-Alexander A language that doesn't affect the way you think about programming is not worth knowing. --Alan Perlis The most important property of a program is whether it accomplishes the intention of its user. --C.A.R. Hoare I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it. --Robert C. Martin What is a university/college when the students lose interest? --Isaac Traxler First solve the problem. Then, write the code. --Waseem Latif Twenty hours at the keyboard can save you two hours of planning. --Isaac Traxler I'm not a great programmer; I'm just a good programmer with great habits. --Kent Beck
|