Stories recently tagged with 'Comments'

BlogEngine extension to ignore duplicate comments(blogs.a-h-m-e-d.com)

submitted by ahmedelkilaniahmedelkilani(25) 2 years, 4 months ago

BlogEngine extension to add validation then ignore duplicate comments read more...

add a comment |category: |Views: 7

tags: another

Elegant Code » Little Secret(elegantcode.com)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

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 stupid and can’t find a cleaner way for writing those particular lines of code, then and only then would I consider to put a comment in place (probably feeling bad and miserable for the rest of the day). read more...

add a comment |category: |Views: 27

tags: another

GhostDoc 2.1.1 Release: For programmers who hate writing documentation(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 4 years, 4 months ago

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. read more...

5 comments |category: |Views: 50

tags: another

Sandcastle - September 2007 Community Technology Preview (CTP)(microsoft.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 4 months ago

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, Sandcastle has 2 main components (MrefBuilder and Build Assembler), MrefBuilder generates reflection xml file for Build Assembler, Build Assembler includes syntax generation, transformation, Sandcastle is used internally to build .Net Framework documentation. read more...

1 comment |category: |Views: 9

tags: another

.NET Coding Guidelines - Commenting(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 5 months ago

Nice rant about developers who don't comment their code, I can sympathize. read more...

8 comments |category: |Views: 9

tags: another