Robert C. Martin

Cleaning code does NOT take time. NOT cleaning code does take time.

The proper use of comments is to compensate for our failure to express ourself in code.

No matter how slow you are writing clean code, you will always be slower if you make a mess.

The ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code.