23

This question has been closed as a duplicated question, but the “parent” questions that is linked to as the possible duplicate is not there anymore.

5

2 Answers 2

4
+200

A possible solution would be to see duplicate questions as a linked list or a tree. We then can add rules:

  1. if question X is marked as duplicate of A and A is already a duplicate of B, mark X as a duplicate of B.

Before:

X A -> B 

Try:

X -> A 

After:

X -> B A -> B 
  1. if question X is marked as duplicate of A and B is already a duplicate of X, also mark B as a duplicate of A.

Before:

B -> X A 

Try:

X -> A 

After:

X -> A B -> A 

Now each chain/tree of duplicates always have the same root.

If we now try to delete the root, two things can happen:

  1. All questions are deleted
  2. The root is protected and can't be deleted.

There should be functionality for moderators to change the root in a chain/tree, if another question has a higher quality.

1

If SE doesn't implement any changes to the system (like the one proposed by Gamecat above), then we may have to make a new policy.

I propose this: Whenever the last/binding delete vote is cast on a question, the mod/user casting it must search for dupes. Searching for dupes is easy enough, one can just use search with the closed:1 parameter. Even better would be to use URL search, but it's not working properly at the moment. The sidebar "Linked" list, as mentioned by BenBrocka below, usually has dupes as well.

Then, these questions need to either be deleted or reopened (depends on the question). Of course, that's a logistical nightmare unless you have a diamond mod around. Or, if enough dupes exist, it may be better to just not delete (again, depends).

3
  • You can use the Linked list in the sidebar, they're often duplicates (if there are duplicates) Commented Jun 12, 2012 at 11:06
  • It would be easier for it to just automatically flag a diamond mod if a question that is being deleted is the parent of a duplicate. That way, the mod can decide what to do. Commented Jun 12, 2012 at 16:04
  • @nicol If SE doesn't implement any changes to the system Commented Jun 12, 2012 at 16:26

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.