I tried to find a pre-existing question for this but couldn't find one... if there is one, consider this ironic.
I was wondering if there is a guideline / strategy / recommendation of how to deal with multiple similar / partially overlapping questions or answers. I know the official stance is that the repeated questions have value in their different wording to make answers more findable, but the flip-side is that there often doesn't end up being one place that has the full answer on a given topic.
Now it would seem logical that merging such questions and/or answers into a more complete whole and then referring the less complete versions to the full explanation (maybe there even needs to be an canonical-answer tag for such Q/As?).
But are there actually any guidelines on this? Create a new question and answer to hold the (new) complete answer? Or will this result in people offering up more incomplete answers while the new question is being copy-edited? ... Pick one of the existing Q/As and turn it into a complete version? How to pick which one to start from?
This isn't going to be necessary with every topic, but over the last few weeks I have seen at least half a dozen variants of the "I have a generic type in .NET, but I want to bind its type argument at run time... why doesn't it take a Type parameter?".
Addendum:
This Stack Overflow blog post kinda addresses the duplicates issue: http://blog.stackoverflow.com/2009/04/handling-duplicate-questions/, but does not exactly cover the case I am discussing here.
Basically, what I am discussing here is multiple questions that fall in the 'Borderline duplicates' category, where the recommendation is to leave them all standing, because it increases the surface area for different wordings when searching for a question.
What I'm trying to address here is when borderline duplicates discuss the same topic without being the same question, and where as a result, none of the individual answers treat the topic in-depth enough for any of them to be the 'canonical' resource on the topic.
What I'm trying to suggest here is a mechanism for consolidating this knowledge and referring the original questions to this one resource to avoid users being faced with half a dozen related questions that discuss a topic, maybe none of which exactly cover their question, or maybe they give up after trying a few of the questions, when the next one possibly could have answered them.