Norvig, Atwood, and Comments
Steve McConnell on Comments Jeff Atwood recently wrote an article on comments in source code. He discusses a few different approaches to commenting a Newton’s method square root function, and describes the pros and cons. His reasoning was (unsurprisingly) influenced by Steve McConnell. Good code is its own best documentation. As you’re about to add [...]
