What should I do when I see a question that is a duplicate of another one?

  • Should I answer it?
  • Should I downvote it?
  • Should I comment?
  • Should I edit the question to indicate it's a duplicate?
  • Should I tag the question with the tag?
  • If I can, should I (vote to) close the question?
  • What happens when I vote to close as duplicate?
    Or: Why did a comment with my name on it just appear?
  • Should I flag it for moderator attention?
  • What about similar or related questions?

Return to FAQ Index

share|improve this question

5 Answers

Should I answer it?

Maybe. StackExchange sites exist to provide answers to questions and duplicate questions are no exception. However, the asker will probably be better served by reviewing the existing answers to the question they duplicated and should be directed to it in comments. Duplicate questions are also likely to be closed and/or deleted potentially negating any reputation gained from answers to them.

Should I downvote it?

It depends. Duplicate questions are not necessarily bad; different descriptions of the same problem help future visitors to find the answers they're looking for. However, asking a duplicate question may indicate a lack of adequate preparation prior to asking, which is always grounds for downvoting.

Should I comment?

Yes, with a link. A comment that links to the original question will help the asker by pointing them towards potential solutions to the problem, and alert later readers that the question is a duplicate.
Note that flagging a question as a duplicate will automatically insert a comment to that effect if one's not already present.

Should I edit the question to indicate it's a duplicate?

No. The Community user will perform an automatic edit if the question is closed as a duplicate, so your edits would then have to be undone.

Should I tag the question with the tag?

No. The tag on Stack Overflow is for programming problems related to duplicate items in collections, not for marking questions that are themselves duplicates.

If I can, should I (vote to) close the question?

It depends. If a question is an exact duplicate, then go ahead and (vote to) close it. However, note that questions may be similar without being exact duplicates:

From the blog:

There could be hundreds of different, related, perfectly valid questions on the same topic. There is no One True Question.

and...

It's rarely this straightforward, however -- usually there are two similar but not-quite-the-same questions, both of which have value for different reasons.

What happens when I vote to close as duplicate?

Or: Why did a comment with my name on it just appear?

A vote to close as duplicate will automatically post a comment with the duplicate link if no one else had voted for that particular duplicate. The user who cast the vote is the owner of the comment and can edit or delete it like any other comment.

Once the question is closed as a duplicate, these comments are deleted and the duplicate information is automatically edited into the question itself.

Should I flag it for moderator attention?

It depends. For new questions, a comment with a link to the duplicate question should be sufficient. Enough users with the ability to vote to close will likely see the question and close it without moderator intervention.

For older questions that aren't likely to receive much attention, flag the question for moderator attention and explain the situation including a link to the duplicate question.

What about similar or related questions?

For similar or related questions the following format should be used to edit in links at the bottom of the question:

###See also
> [title of question](url to question)

share|improve this answer
Thank you for bumping this, whoever did. Helps me in my mod duties, and I just violated one of the rules here this morning! – Randolpho Mar 30 '10 at 16:05
The link to the page 'Tagging questions ‘duplicate’ in StackOverflow' points to a page that does not exist (anymore?) – Erik Dekker Jan 9 '12 at 8:51
Why is this question - stackoverflow.com/questions/464287/i-want-to-learn-c - closed as duplicate without any duplicate link? – user93353 Jan 15 at 3:52
@user93353, probably because it was closed before the feature for collecting the duplicate url was implemented, but this isn't the place for discussing that. Please flag that question to the moderators, or make an edit to add a link to a duplicate yourself. – Sam Hasler Jan 15 at 10:24

Way too many questions marked as duplicate, really aren't. They may be similar, but the answers in them don't answer the question asked in the one that was closed.

share|improve this answer

Personally I prefer to make it an obvious edit into the page, with the hr delineation, but I put it below the OP out of politeness really. I'll usually just drop in the full SO URL as well because they're quite readable, and well it's easier.

The important thing to remember is why you're doing this: you're doing it for the benefit of future readers so you want to make it obvious, and you're doing it for the benefit of SO's signal/noise (so yes you close it).

I would recommend users without edit powers post their dupe finds as comments for someone with edit powers to add to the OP. Better not to clutter with more content I think.

Just my $.02

share|improve this answer

There are different ways to ask the same question. I personally don't think people should close repeat questions that are asked in a different way. I agree that a link to the same question, already answered, is the best way to handle an answer, but I don't think people should be so quick to close an inquiry.

share|improve this answer
The close mechanism does say "exact duplicate". There are certain classes of question like the regex-html one and the php-js one which this is especially warranted for, there are others which are more subtle which mostly need leeway. – bananakata Mar 4 '09 at 14:32
2  
Ideally, all the good answers would be on one question, and the question might be easily findable from numerous other questions with similar to identical wordings. The first step is to close dupes. The second (and usually ignored) step is to consolidate answers. – David Thornley Apr 20 '10 at 20:36

The practice of editing someone else's post and putting a big traffic sign at the top of it is exceptionally rude. A comment would be better.

share|improve this answer
I don't disagree that it can potentially be rude, but the traffic sign is there to help, by directing everyone to the duplicate as early as possible. Comments are for discussion. If there is some question as to whether it is really a duplicate, that would be a discussion. The fact that it is a duplicate, is not. For new and probably uninformed users, a comment explaining the traffic sign should help mitigate any ill-will. – Rex M Aug 16 '09 at 23:27

You must log in to answer this question.

protected by Robert Harvey Sep 1 '12 at 23:14

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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