"Code Complete" Quotes
A comprehensive guide to software development best practices and techniques.
programming | 914 pages | Published in NaN
Quotes
The ratio of time spent reading (code) versus writing is well over 10 to 1 ... (therefore) making it easy to read makes it easier to write.
The goal of software development is to maximize the amount of work not done.
Good code is its own best documentation.
The best way to know if your code works is to test it.
Programming is not a solo activity; it's a team sport.
The most important property of a program is whether it accomplishes the intention of its user.
A common fallacy is to assume authors of incomprehensible code will somehow be able to express themselves lucidly and clearly in comments.
The sooner you start your code, the longer the program will take.
The purpose of software engineering is to control complexity, not to create it.
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.



