Successful Strategies for Commenting Code
Successful Strategies for Commenting Code [http://www.particletree.com/features/successful-strategies-for-commenting-your-code] . My personal favorite is the VS.NET’s in-built commenting feature for C# [http://www.thecodeproject.com/csharp/csharpcommentinganddocs.asp], which can be further utilized to auto-genereate clean MSDN-style documentation using NDoc [http://ndoc.sourceforge.net/] (btw, there’s…