Tagged Questions

29
votes
29answers
1k views

Commenting code that is removed?

Is it a good practice to comment code that is removed? For example: // Code to do {task} was removed by Ajahn on 10/10/08 because {reason}. Someone in my developer group during a peer review made …
74
votes
49answers
4k views

Self-documenting code

I have a colleague who insists that his code doesn't need comments, it's "self documenting." I've reviewed his code, and while it's clearer than code which I've seen others produce, I still disagree …
0
votes
5answers
72 views

Separate code and comments

I'm finding comments on code starting to get annoying. I feel that once you achieve some level of expertise, code is pretty much self documenting. But comments are still a necessity. What I would like …
1
vote
1answer
53 views

Implementation of Comments, Is there any best practice for this?

Well I need to implement the comments feature on a custom coded social networking website. The comments need to be implemented on various pages like videos, pictures, albums etc etc similar to …
0
votes
9answers
121 views

Should a function’s comment include descriptions of work done by functions it calls?

Let's say I have a function called DisplayWhiskers() which puts some slashes and backslashes on the screen to represent an animal's whiskers like this: /// \\\. I might write a comment for this …
1
vote
3answers
33 views

double hyphen in script makes firefox render strangely

<!-- <script type="text/javascript">/*<![CDATA[*/ c-- ;//]]></script> --> When I have the above line in the <head> section of a plain html page, Firefox 3.5.5 renders …
0
votes
1answer
33 views

Comment reflower for Visual Studio

Is there a built-in command or tool that can reflow C# comments in Visual Studio? Sometimes, a section of code requires several lines of comments, and after extensive editing you have to manually …
0
votes
2answers
1k views

Creating cell comments in an Excel Spreadsheet with OpenXML SDK

I'm trying to add comments to cells in an Excel 2007 spreadsheet. I'm using the OpenXml SDK 2.0 to do so. My use case is this: I've created a template Excel file that I copy and use that as my …
0
votes
4answers
28 views

In which order should user messages (comments/chat) be displayed?

A typical chat widget will have a log of messages displayed in chronological order with the most recent message at the bottom. An input field is usually displayed below the log. Comment systems, …
0
votes
0answers
8 views

Ad Comment Tags to Disqus Comments

I have a blog, and I'm using Disqus for comments. I want to give users the ability to tag comments, but I can't figure out where in the code this would go. Any help would be appreciated.
0
votes
2answers
15 views

Accessing Jcomments permission tab in joomla / Enabling hidden menus

hi! The copy of joomla i'm using is edited by the super administrator to not to show the unnecessary menus like installing/uninstalling modules etc etc.. but now, i want to set the permissions of …
0
votes
1answer
16 views

Excel comment invisible under cell

My excel comment is gone under the cell ...how to make it always on top?
0
votes
2answers
97 views

<!— --> comment brackets in PHP

I just found out you can use <!-- --> brackets in PHP to inject commands in unsecured forms. I couldn't find any information about these brackets in PHP. I know they're used in XML structures. …
1
vote
3answers
75 views

How do I render all Comments in a Rails view?

I am new to rails so go easy. I have created a blog. I have successfully implemented comments and attached them to each post. Now...I would like to display, in the sidebar, a list of the most recent …
1
vote
4answers
145 views

Getting “Comment post not allowed (400)” when using Django Comments

I'm going through a Django book and I seem to be stuck. The code base used in the book is .96 and I'm using 1.0 for my Django install. The portion I'm stuck at is related to Django comments …

1 2 3 4 5 21 next
15 30 50 per page