Across the Stack Exchange network you may leave comments on a question or answer.

  • How do comments work?
  • Who can post comments?
  • Who can edit comments?
  • When should comments be used?
  • How can I format and link in comments?
  • Who can delete comments?
  • When should comments be deleted?
  • What are automatic comments?
  • How can I link to comments?

Also see the FAQ articles on comment voting and flagging and comment replies.

Return to FAQ index

link|improve this question
feedback

migrated from stackoverflow.com Sep 2 '09 at 17:28

This question came from our site for professional and enthusiast programmers.

1 Answer

How do comments work?

Comments exist so that users can talk about questions and answers without posting new answers that do not actually answer their parent questions. Comments are often used to ask for clarification on, suggest edits to and provide meta-information about posts.

Comments are intentionally short, having maximum length of 600 characters, and allow only limited markup. URLs in comments automatically become hyperlinks. Each user may post only one comment every 15 seconds.


Who can post comments?

All users may leave comments on their own posts and any answers given to their own questions. Users with at least 50 reputation may comment on any post. (There is no reputation requirement to post comments on MSO.)


Who can edit comments?

Users may edit their own comments any number of times for five minutes after they are first posted. Edited comments are marked with a little pencil icon, and a mouseover tooltip over that icon will provide a count of how many times the comment was edited, like this: Pencil icon

Moderators can edit any comment at any time. Moderator comment edits are logged and visible to other moderators. Such edits will also show the pencil icon.

In all other situations, comments cannot be edited. However, in lieu of editing, they may be deleted and resubmitted. If a post is deleted, all of its comments will be deleted with it.


How can I format and link in comments?

Comments can be formatted with a subset of Markdown: bold (**bold**), italic (_italic_ or *italic*), bold italic (***bold italic*** or ___bold italic___) and code (`code`) are allowed.

URLs will be automatically converted into actual links. Links are also allowed by using the Markdown syntax [link text](http://myurl), and there are certain "magic links" that will be converted to real links automatically.


Who can delete comments?

A user may delete one of his own comments by clicking on the (x) icon that appears to the right of the comment's timestamp when the comment is moused over. A user can delete only one comment every 30 seconds.

Moderators can delete any comment.


When should comments be deleted?

Generally, there is very little reason to delete existing comments from a question or an answer. There are a few possible scenarios where comments ought to be deleted, but it is worth noting that these should be few and far between, due to their permanent effect on the flow of the comment section.

  • Spam: Though it's hard to categorize what's spam and what is simply a verbose commenter, it's a bit like pornography. We'll know it when we see it.
  • Noise: Comments like "+1 .." or "belongs on" can be flagged for automatic removal without the commenter being punished.
  • Thread Cleanup: If edits have been made to a question, it could be feasible for a moderator to delete all comments relating to that edit once they're accepted. A comment should be added by the deleter stating what was deleted and more importantly, why. For example:

    @all : Comments 1-16 detailing editing discussion were deleted when consensus was reached, to clean up the thread.

If a comment doesn't meet either of the criteria above, then it shouldn't be deleted.


What are automatic comments?

When someone votes to close a question as an exact duplicate, the system automatically posts a comment to that question under the close voter's name that reads "possible duplicate of -link-" if no such link has already been posted in a comment.

The comment will be automatically deleted if the question is closed as a duplicate.

You still own the comment so you may delete the comment if you desire. This is discouraged as it is helpful to the person who asked the question: if the author thinks their question is unique, seeing a possible duplicate allows them to make changes to differentiate from the duplicate.


How can I link to comments?

It's not officially possible to directly link (permalink) to a comment, in the context of its question or answer. An unsupported workaround exists for some cases, but breaks without showing any error if the comment is hidden or deleted (or if the site layout is changed), leaving the visitor wondering what happened.

link|improve this answer
@Bobby Jack - Comments aren't meant to evolve into a discussion. If a point is important enough that it merits lengthy discourse, it likely merits a new answer, or an edit to the answer. Comments are meant to be concise criticism, kudos, clarifications, or questions about a given answer. – Adam Davis Feb 18 '09 at 15:50
@balpha, you wrote bold and italic together is now working. But that's only true when using an asterisk for italic, but NOT when using the underscore: *underscore asterisk*, _asterisk underscore_, three asterisks, underscore, asterisk, two asterisks. – Arjan Feb 25 '11 at 12:28
@Arjan: three underscores – balpha Feb 25 '11 at 12:30
Oh wow, @balpha, you're right, that's actually how it's explained at meta.stackoverflow.com/editing-help as well! (I boldly combined the help shown in "How to format" in the right column when editing, which only says _italic_ or **bold**. But: indeed in "normal" posts the combination doesn't work either.) – Arjan Feb 25 '11 at 12:40
@Arjan -- There are some quirks about Markdown that should be noted. Putting an emphasis character ( * or _ ) next to a character that is not on the whitelist will result in something that probably will not display the way it was intended to. I am not sure where this whitelist is published at, but I do know that square brackets ( [ , ] ) and double quotes ( " ) are not on it. – Jay Elston Jun 16 '11 at 22:18
There have been some questions about comments that don't show up in the inbox, can you all clarify the bit about comment notifications? Do all comments leave an inbox notification? – Gabe Jan 9 at 15:04
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged