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

  • Should I tag the question with the duplicate tag?
  • If I can edit a question, how do I mark it as duplicate?
  • If I can, do I close the question?
  • If I can't do any of these, what do I do?

Return to FAQ Index

link|improve this question
1  
this should be a wiki, s should all sofaq questions – bananakata Mar 4 '09 at 14:18
This hasn't been covered fully by another sofaq question so it should remain open. – Sam Hasler Mar 4 '09 at 14:42
I've also seen people put duplicate links in answers (and sometimes not even wiki them). I think this should be addressed here too. – mmyers Mar 4 '09 at 16:13
That's why there's a "If I can't do any of these, what do I do?" question. Feel free to edit it. – GoodEnough Mar 4 '09 at 16:22
@sam, I thought this was a dupe so I voted to close. I should have read the comments first. I'll vote to reopen if it's closed. – Robert S. Mar 4 '09 at 16:38
@Crossbrowser: The people I saw doing it were also editing the question and/or voting to close. It wasn't like that was their only option. – mmyers Mar 4 '09 at 16:43
Should I downvote questions that are duplicates? – Andrew Grimm Mar 1 '10 at 22:26
feedback

migrated from stackoverflow.com Jul 29 '09 at 20:12

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

5 Answers

Should I tag the question with the duplicate tag?

No. Jeff Atwood covered much of this in his edit at the bottom of Tagging questions ‘duplicate’ in StackOverflow? (dead link)

We need a better method to find and link related duplicate questions, but a tag named "duplicate" is the wrong way. At the moment I am editing posts to include links to similar questions. If the questions are identical then I may opt to delete one.

If I can edit but not vote to close, how do I mark it as duplicate?

Please don't edit the question to mark it as a duplicate. 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.

Instead, see the section "If I can't do any of these, what do I do?" below.

If I can, do I close the question?

It depends.

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.

If the question is an exact duplicate then go ahead and vote to close the question as a duplicate.

What happens when I vote to close as duplicate?

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

Under the new system, 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.

What about similar or related questions?

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

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

If I can't do any of these, what do I do?

If you don't have enough rep to close questions and you have a link to an exact duplicate, either flag the question for moderator attention or leave a comment with the link. (If you have found a similar question which is not a duplicate, just leave a comment.)

If the question is new, a comment will almost always result in faster action because plenty of 3k+ rep users are likely to view the question. If the question is old, it is unlikely to gather five close votes, so flagging it for moderator attention is preferable.

link|improve this answer
Thank you for bumping this, whoever did. Helps me in my mod duties, and I just vilated 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 at 8:51
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|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
1  
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
feedback

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.

link|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
feedback

You must log in to answer this question.

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