Cerebrus
unread,Nov 26, 2009, 12:01:28 PM11/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Okay, I thought I replied to this during worktime but must have lost
it somewhere in the numerous windows I have open.
You haven't really shown us what your code looked like when you sent
it for code review. "It is not commented enough" does not necessarily
mean that every line should be commented, but it does mean that the
reviewer found atleast a few lines of code where the developer's
*intent* was not readily apparent. Maybe you should clarify with them
before assuming that they want you "to comment every stupid line of
the code". If their expectations are indeed as you fear, it would
indeed be the first instance I've ever heard of where XML comments are
commented upon ! Maybe then you should ask them if they need comments
on the comments to the XML comments... ad infinitum ;-)
As Jamie mentioned, XML comments are a highly useful tool especially
when generating API's or documenting public interfaces.