You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 3Perfect! This is my understanding.AArteDoCodigo.com.br - Maniero– AArteDoCodigo.com.br - Maniero2010-12-10 18:04:30 +00:00Commented Dec 10, 2010 at 18:04
- 1The ones that should be merged, I'm pretty sure would have to be merged by migrating and then merging. So I don't think we need that category; migrate them, they'll get closed as dupes, and that will alert a moderator to merge them. There's still going to be a problem with massively-duplicated answers, but... oh well.Aarobot– Aarobot2010-12-11 18:57:29 +00:00Commented Dec 11, 2010 at 18:57
- @Aarobot right, I thought that was implied. The last question doesn't have a merge target (yet?). Updated my answer.user149432– user1494322010-12-12 00:42:25 +00:00Commented Dec 12, 2010 at 0:42
- It was implied; what I'm basically getting at is that I don't think there's an appreciable difference between "migrated then merged" and "migrated unconditionally" from the perspective of an SO/MSO user. If it gets migrated, and it's a dupe, then the community there will handle it and it will either get deleted or merged or both.Aarobot– Aarobot2010-12-12 00:47:48 +00:00Commented Dec 12, 2010 at 0:47
- @Aarobot not to an MSO/SO user, but to the people performing the work (SOIS and secondarily, the mods on Programmers.SE). If the questions aren't merged at the time of migration there's a significant likelihood that the questions will remain open for a long period of time. Programmers.SE does not have the community infrastructure to bat down crappy questions and duplicates with any amount of speed. The difference between the first group (migrate, then merge) and third (migrate unconditionally) is that SOIS should leave the third group up to the community to decide, but not the first.user149432– user1494322010-12-12 00:54:52 +00:00Commented Dec 12, 2010 at 0:54
- Fair enough, I certainly agree that questions tend to stay open longer there. I don't think duplicates are as... er... controversial as off-topic or not-constructive closures, but I guess the moderators will end up having to do the merges anyway so they might as well do them in advance.Aarobot– Aarobot2010-12-12 01:00:55 +00:00Commented Dec 12, 2010 at 1:00
- I'm for letting those three questions live. They all provide hilariousness and value, even if not exactly within the defined boundaries of the sites.Pekka– Pekka2010-12-14 00:13:59 +00:00Commented Dec 14, 2010 at 0:13
- 2This should also be migrated: stackoverflow.com/questions/2680046/…George Stocker– George Stocker2010-12-14 05:23:19 +00:00Commented Dec 14, 2010 at 5:23
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you