If code is well written, it doesn’t need to be commented. True?
I’m not sure where this myth started but this is one I wish would disappear quickly. This is another argument I hear often from developers that don’t like maintaining comments in code. The assumption...
View ArticleExcessive comments add clutter to code. True?
This is a red herring argument I hear often from developers that don’t like maintaining comments in code. By asserting that too many comments will detract from the quality of the code, it’s easier to...
View ArticleReSharper – Friend or Foe?
Most developers that have been around the block have heard of Resharper and similar “productivity tools”. The purpose is to add helpful hints, styling tips, real time code analysis, and many more...
View ArticleStyleCop
StyleCop analyzes C# source code to enforce a set of style and consistency rules. It can be run from inside of Visual Studio or integrated into an MSBuild project. StyleCop has also been integrated...
View ArticleSandcastle Help File Builder
Sandcastle Help File Builder http://shfb.codeplex.com/ The Sandcastle Help File Builder was created to fill in the gaps, provide the missing NDoc-like features that are used most often, and provide...
View Article