News

Comments alone don't make for better code, and just pushing for "more comments" is likely to give you little more than /* increment i by 1 */ style comments. So ask yourself why you want those ...
Practical .NET No Comment, Part 3: Writing 'Really Obvious Code' Peter looks at how rewriting some complex code -- purely to make it easier to read -- eliminates the need for writing comments. He even ...
More on code commenting: Why You Shouldn't Comment (or Document) Code To Comment or Not to Comment A few weeks back, my column on the value of comments in code caught a lot of comments itself. To a ...