Let's say there is a user who has found a satisfactory answer to a common question asked on Stack Overflow (or other Stack Exchange website). This answer may be a snippet of code, or an addon, or a framework, or something else.

Is it acceptable for this user to formulate an answer for one question, find every related question and then copy the exact answer to each of those questions? And, if not, what should users who finds themselves in this situation do?

Return to FAQ index

share|improve this question
The word "yes" may answer a lot of questions and not all of them are dups. Similarly a code snippet could be the answer to more than one question. – belisarius Aug 29 '11 at 4:41
2  
@belisarius: If a question can be answered by "yes" it is probably "not constructive." – Won't Aug 29 '11 at 13:39
3  
Oh well ... I guess my example was too simplistic. Just imagine "Yes", followed by an awesome batch of words. – belisarius Aug 29 '11 at 13:59
@belisarius: Does my answer below answer your concerns? – Won't Aug 29 '11 at 14:10
@Won't: Yes Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. :-) – finnw Jun 17 '12 at 23:13

4 Answers

up vote 35 down vote accepted

Copying and pasting the same answer for different questions is not what I would encourage, nor something that I find correct to do.

If the exact same answer is required for different questions, then those questions could be duplicates; it could also be the user is generalizing too much the question being asked, and writes the same answer used for a different question.

In the first case, it is more appropriate to vote to close the question as duplicate; in the second case, it is more appropriate to reformulate the answer, and make it more specific for the question being answered. Even if the solution to two different questions is the same, copying and pasting the answer given to one of them is not what I would do, as there is always a part that is specific for a question, such as a code snippet, or some steps to follow.

share|improve this answer

Copying and pasting the exact same answer to multiple questions is not acceptable.

If the exact same answer truly applies to two or more questions, then those questions are duplicates. The correct course of action is to vote to close or flag the lesser question(s) as duplicate. Users with 3000 reputation can vote to close a question as duplicate. Users with 15 reputation can flag for moderator attention. Once flagged, the answer can be added to the "canonical" duplicate.

If the answer applies to many questions which are not duplicates, then the exact same answer cannot apply to each of them. Simply copying the same answer to multiple questions indicates that the person answering does not truly care about providing a good answer. Therefore, simply copying the same exact answer to multiple questions is not allowed.

Users who find themselves answering multiple similar (but not duplicate) questions should tailor each answer to their respective questions. Copy-paste answers should be flagged for moderator attention.

share|improve this answer
1  
Worth noting, if the copy/pasted answer is overtly self promotional, your account might face rather serious consequences if you do this. – Tim Post Aug 29 '11 at 16:17
6  
It's also worth noting that some people (the "Dr. Strangedupe" side, perhaps, of the "How duplicious does a duplicate have to be?" debate) will say (see Joel's first comment, Jun 23 at 14:36) that duplicate answers do not mean the question is a duplicate. See also "Close reason proposal: Answer exists elsewhere". – Josh Caswell Aug 29 '11 at 18:22
Others, however -- the "Canonical Questions" side -- would say that the root problem and therefore the answer are more important in measuring dupliciousness. – Josh Caswell Aug 29 '11 at 21:19
1  
@Won't ಠ_ಠ: With 250 rep you can view close votes and vote-to-close your own questions, not other people's. You need 3000 rep to close questions. – Jonas Heidelberg Sep 19 '11 at 19:09
@JonasHeidelberg: "The correct course of action is to vote to close or flag the lesser question(s) as duplicate." – Won't Sep 19 '11 at 19:13
I partially disagree with your statement. There are many questions outhere asking for a(n) (opensource) library recommendation that implements a feature X. An answer such that "Take a look at library XXXX + link" may apply to many different questions of this kind. GhostScript, iText, Open Compact Framework and JVCL for example come to my mind. – yms Sep 19 '11 at 19:31
@yms: So, there are many dupes out there looking for the same product? Hmmm... – Won't Sep 19 '11 at 19:35
No, there are many libraries out there large enough to be applied to completelly different situations. – yms Sep 19 '11 at 19:37
1  
@yms: Then the answer can be tailored to each. There is absolutely no reason to directly copy and paste the same answer to each of these completely different questions. – Won't Sep 19 '11 at 19:39
Yes, of course, a good answer of this kind would include code samples or references to specific parts of the documentation. Unfortunately this does not always happpen, but that does not change the fact that these questions are not dups.This is way I said I partially disagree – yms Sep 19 '11 at 19:44
@yms: I dunno. Seems like I covered both situations well in the answer. If you can edit to clarify, feel free. – Won't Sep 19 '11 at 20:31

The same answer is in no way an indication of the duplicate nature of the question. This is a cause-effect relationship which is unidirectional. Many causes can have the same effect.

Simple example:

Q: What is the name of the first black US President?
A: Barack Obama

Q: What is the name of the husband of Michelle Obama, the First Lady?
A: Barack Obama

Having said that, duplicate question should lead to duplicate answers, but not the other way around.

share|improve this answer
1  
Only in the most trivial example do you have the excuse not to reword the same answer for each individual question. – Won't Sep 20 '11 at 12:47
2  
With all due respect, I kept the example trivial to make the logical aspect crystal clear and take away this whole we need to fight the evil crossposters tonality. In more technical terms, please refer to the distinction between a necessary and a sufficient condition in mathematics: mathworld.wolfram.com/Necessary.html – kongo09 Sep 20 '11 at 14:29
1  
While it is quite possible that there are simple enough questions that have simple enough answers to excuse this, and while there can exist examples where a single simple answer is correct for more than one question, this condition does not exist on StackOverflow and I doubt any SE site would accept questions like this. Therefore cute examples or mathematical distinctions are not productive. Also, crossposting is generally used to describe questions posted on different SE sites, which is definitely not allowed. And I never called them evil. I'll call them lazy spammers, but not evil. – Won't Sep 20 '11 at 15:37
3  
lazy means not posting an answer when you have one. efficient means duplicating the same answer when it is spot-on in answering the respective questions. – kongo09 Sep 20 '11 at 15:49
1  
This post is insightful - it explains what's fundamentally wrong with the proposal. I'm not sure that the mathematical sense of perfectly identical answers will often be satisfied, but it's frequently more expedient to edit a previous answer to a related question than to derive it from scratch. See an example in these answers to two separate feature requests. – Kevin Vermeer Oct 8 '11 at 1:02

If the same answer can be posted on different questions then it's an indication that the questions may well be duplicates.

I wouldn't necessary vote to close solely on this evidence, but it would be a significant factor.

share|improve this answer

You must log in to answer this question.

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