0
votes
2answers
26 views
“Live” Changelogging for CVS-Comments?
Hello,
My problem is that i often forgot what i have changed in my software, when i do a cvs-check in. So i have to lookup my code for changes. If this could be automated, it would be great.
So can …
0
votes
3answers
63 views
Remove specified text from beginning of lines only if present (C#)
I have a textbox in which the user can edit text, in a scripting language. I've figured out how to let the user comment out lines in one click, but can't seem to figure out how to uncomment properly. …
2
votes
16answers
256 views
Should I use comments in code, liberally?
All,
To comment liberally or not to?? Pros and Cons. I personally prefer commenting as it leaves nothing to the fancies of the people reading it.
Thanks
1
vote
2answers
74 views
Confirm ASP.NET website binaries do not change after adding comments in source
A member of my project team needs to add source code comments to many of his ASP.NET projects to provide better documentation. Some members of the project team recommend that we conduct thorough …
2
votes
4answers
351 views
What’s the funniest comment/code joke you have seen? [closed]
Possible Duplicate:
What is the best comment in source code you have ever encountered?
There have been inappropriate but funny comments in code I've come across. What's your favorite(s)?
…
11
votes
24answers
668 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 personal approach/take …
5
votes
20answers
614 views
What are your “hard rules” about commenting your code?
I have seen the other questions but I am still not satisfied with the way this subject is covered.
I would like to extract a distiled list of things to check on comments at a code inspection.
I am …
1
vote
4answers
794 views
Use Powershell to print out line number of code matching a RegEx
I think we have a bunch of commented out code in our source, and rather than delete it immediately, we've just left it. Now I would like to do some cleanup.
So assuming that I have a good enough …
2
votes
18answers
954 views
Comments in source code
How to keep the source code well documented/commented? Is there a tool to generate a skeleton for comments on the Unix platform for C++?
In general, how many lines of comments is recommended for a …
3
votes
7answers
184 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$, but have not …
4
votes
10answers
207 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 coding/commenting …
2
votes
2answers
200 views
How do you comment a Perl regular expression?
How do you put comments inside a Perl regular expression?
-3
votes
8answers
402 views
What’s the coolest way to make a comment block in PHP? [closed]
I'm working on a collection of scripts and I want an comment block at the top of the config page that looks really cool. I was working on a few and came up with one (below).
I'd really like to see …
