By tag: comments
0
kicks
BlogEngine extension to ignore duplicate comments
BlogEngine extension to add validation then ignore duplicate comments
0
kicks
Elegant Code » Little Secret
I try to avoid these kind of comments at all times. Sure, there is a time and place for comments like these. But if I do feel the urge of writing a comment for clarifying a piece of code, then I turn back to the code, looking for a better and cleaner way of expressing my intent. If I’m just too stu...
0
kicks
Sandcastle - September 2007 Community Technology Preview (CTP)
Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key features: Works with or without authored comments, Supports Generics and .NET Framework 2.0, Sandcast...
0
kicks
GhostDoc 2.1.1 Release: For programmers who hate writing documentation
Unlike nDoc or Sandcastle, this tool doesn't generate the end-result documentation, rather, it's a VS add-in that _automatically_ writes the XML documentation in your C# code! What it generates is based upon a set of editable rules.
0
kicks
.NET Coding Guidelines - Commenting
Nice rant about developers who don't comment their code, I can sympathize.