Comments

General Notes

  1. We dont need comments to tell us how the code works but why the code works. The code should tell us how it works.

  2. Self Documenting Code

Books to Maybe Read but Probably Wont

  1. Code Complete by Steve McConnell

  2. Refactoring by Martin Fowler

  3. Refactoring to Patterns by Martin Fowler