3
votes
3answers
174 views
How can I perform an action n-many times in TextMate ( both Emacs and Vim can do it easily! )?
Emacs: C-U (79) # » a pretty 79 character length divider
VIM: 79-i-# » see above
Textmate: ????
Or is it just assumed that we'll make a Ruby call or have a snippe …
7
votes
6answers
144 views
2nd or 3rd Person Comments
Do you write comments in 2nd or 3rd person?
What would you prefer?
// go somewhere and do something (2nd person comment)
or
// goes somewhere and does something (3rd person co …
4
votes
7answers
388 views
Best documentation system for .Net?
I've never used a documentation system before, typically using commenting by hand but I think it would be nice to do so for a new project. What do you guys advise? I've heard of Sa …
0
votes
1answer
56 views
What does this mean? I see this all the time in comments, in flash actionscript
What does this mean?
/**
* ...
* @author ...
*/
and now do i use it?
thanks! (tried google-ing first, but wildcards are throwing it off)
0
votes
1answer
85 views
Open source js-kit/disqus like tool
is there any open-source and extendable tool like what js-kit/disqus provides that could be self hosted ?
1
vote
3answers
187 views
Unable to find/build a commenting system similar as at Djangobook
I want to open-source my notes similarly as at DjangoBook.
I have not found any similar open-source system as at the website.
I am particularly interested in the vertical commentin …
3
votes
7answers
176 views
PHP/C/C++ - How does your initial comment block look in your programs?
I am on a large project, and have not really made any comment 'headers' in my program yet. I just started using SVN for the project the other day. I want to add the SVN tag $id$, …
3
votes
7answers
127 views
How much to comment code sample when writing an article?
When you read a "howto"-style article with a code sample, which do you prefer:
All the code off to the side with very few comments, and a complete line-by-line breakdown in the a …
1
vote
2answers
413 views
What’s the best way to document ExtJS code?
Is there a good way to document ExtJS classes and functions and display them in html similar to the ExtJS documentation itself? I've looked into JSdoc but this doesn't seem to work …
11
votes
24answers
658 views
What is your personal approach/take on commenting?
Duplicate
What are your hard rules about commenting?
A Developer I work with had some things to say about commenting that were interesting to me (see below). What is your per …
4
votes
10answers
202 views
Maintenance commenting
What special techniques you use when modifying existing code?
Eg: Say you modify a business rule inside a method. Do you mark the modified section with special comments?
Any cod …
9
votes
3answers
411 views
.NET // vs /// Comments convention
I am just checking out F#, so apologies if this is a silly question, but in the VS2008 F# CTP 1.9.6.2 'Tutorial' project, both // and /// are used for commenting code.
Is there a …
1
vote
3answers
172 views
Automatically adding .Net code comments
Where can I find a Visual Studio plug-in that automatically generates documentation header for methods and properties?
Example the comment to a property could look like this:
/// …
1
vote
3answers
117 views
Does anyone know of a good open source comments module?
I want to add the ability to submit, moderate and display comments on an existing set of websites. Surely there's already a bunch of open source components that can handle the foll …
0
votes
4answers
274 views
What do you think is the best C# Commenting Structure? Specifically with Visual Studio.
Over the years as I have gone through school and been working in the industry I have often asked people for advice on commenting. Sadly, as we all know, commenting with many devel …
