Comments
General Notes
-
We dont need comments to tell us how the code works but why the code works. The code should tell us how it works.
-
Self Documenting Code
Books to Maybe Read but Probably Wont
-
Code Complete by Steve McConnell
-
Refactoring by Martin Fowler
-
Refactoring to Patterns by Martin Fowler