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*
- 3The problem is that answers are seen far more often by people who need the question answered (i.e., who do not already know how to answer, and thus are not in a position to evaluate the answer's correctness) than by experts.Karl Knechtel– Karl Knechtel2024-01-17 01:23:13 +00:00Commented Jan 17, 2024 at 1:23
- 5@KarlKnechtel When they try the answer that you say they need, and it is incorrect, I would have thought they would find it not useful.PolyGeo– PolyGeo2024-01-17 02:55:17 +00:00Commented Jan 17, 2024 at 2:55
- 1@PolyGeo this often works, except in the case where the top answer is "this is not possible". Then people usually try a different approach, not knowing they would have their answer if they just scrolled a little bit further.yeerk– yeerk2024-01-17 06:12:21 +00:00Commented Jan 17, 2024 at 6:12
- 6"I think downvoting should always be part of the solution to incorrect answers." Tried it, it doesn't work. The answer score went from a two digit number to another two digit number.VLAZ– VLAZ2024-01-17 06:15:44 +00:00Commented Jan 17, 2024 at 6:15
- 3"if they are pushed into the range of the Roomba" no answers are automatically deleted by the Roomba. Only by mods, delvotes, and redflags. Also note that voting to delete an answer requires the score to be negative. So if you find one with a score of 1 that isn't red-flaggable and you can't signal a mod to delete it ("wrong" is rarely acceptable for modflags, at least on SO) you cannot delete it even if you downvote, because that takes it only to zero.VLAZ– VLAZ2024-01-17 06:23:38 +00:00Commented Jan 17, 2024 at 6:23
- @VLAZ you’re right about the Roomba not deleting answers so I’ve edited that out of mine. I should have reviewed meta.stackexchange.com/q/5221/215590 before writing that.PolyGeo– PolyGeo2024-01-17 08:15:15 +00:00Commented Jan 17, 2024 at 8:15
- 1@PolyGeo, I downvote incorrect answers too, especially when they result in me writing the entirely wrong code. However, sometimes that just doesn't work. What do you think about editing the answer to at least suggest it has been made invalid due to language/framework updates?yeerk– yeerk2024-01-17 18:19:06 +00:00Commented Jan 17, 2024 at 18:19
- @yeerk I’ve improved my answer to incorporate your suggestion.PolyGeo– PolyGeo2024-01-17 19:42:51 +00:00Commented Jan 17, 2024 at 19:42
- 1@VLAZ a sole downvote may not work but rarely it will. That is why it is only “part of the solution”. It is possible for 11 people doing it to an incorrect answer that started with a score of 10 to turn it to a vulnerable negative score. Each voter plays their part in the solution.PolyGeo– PolyGeo2024-01-17 19:48:26 +00:00Commented Jan 17, 2024 at 19:48
- 1@PolyGeo the point is that we are woefully underequipped to deal with wrong answers. We could have 11 downvotes counter 10 upvotes. It almost doesn't happen because upvotes typically vastly overshadow downvotes, but still. Then we also need no new upvotes to happen. Which, if something is already positively scored, is rare. But let's say both of these rather unlikely things happen - we still need three users with 20k rep to see this negatively scored answer and vote to delete it. Which is also hard to happen. Overall, the solution downvotes are part of, is at best very inefficient.VLAZ– VLAZ2024-01-17 20:01:40 +00:00Commented Jan 17, 2024 at 20:01
- 1The only tool we have against wrong answers is harshly shutting them down the moment they're posted. once they have momentum it's near impossible to do anything about it.user400654– user4006542024-01-17 20:05:36 +00:00Commented Jan 17, 2024 at 20:05
- 1There are many ways that an answer can appear to satisfy the requirements of some passerby while still being totally incorrect. ChatGPT wouldn't have caught on nearly as well otherwise.Karl Knechtel– Karl Knechtel2024-01-17 22:44:39 +00:00Commented Jan 17, 2024 at 22:44
- 2Something else that's relevant to this is the trending sort (at least on SO, where it's enabled), where votes decay in "power" over time in terms of sort order (with votes losing half their "trending score" each year). As an example, that means that a single downvote today has the same sort-order pull as 16 4 year old upvotes... All that to say: there's definitely merit to downvoting answers which time has made irrelevant, even when it seems like there's little use. I use the trending sort where possible, and do notice a difference not infrequently.zcoop98– zcoop982024-01-17 22:55:55 +00:00Commented Jan 17, 2024 at 22:55
- @zcoop98 the trending sort sounds useful and I was not aware of it.PolyGeo– PolyGeo2024-01-18 01:40:58 +00:00Commented Jan 18, 2024 at 1:40
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