After reviewing this question...

I'd like to make an argument for answers that have attained more votes than an accepted answer always be ranked above when answers are being sorted by votes (the default)...

Here is my example case...

Someone visiting this (older) question expecting a relevant answer would be assuming the big green check mark means that it is the correct answer today when in fact it's the correct answer when the question was originally asked. Allowing votes to override the asker's time bound response, it allows the best answers to remain at the top and evolve with our ever changing field without requiring the asker to maintain their questions.

This would be a step in the direction of the site's ethos in my opinion, trusting the community to determine the best answer to place at the top for prospective visitors.

share|improve this question
I'm surprised this Question has such a low score and surprised that nobody has left a comment to explain why. This is a great Question. I found this because I was similarly wondering why SO wouldn't move the highest voted answer to the top accepted or not. Note that duplicate questions to this exist, which to me suggests that several others also agree that answers that are upvoted should appear first. – Sam Mar 1 at 6:14
@Sam Votes are meta are different. It has a negative score not because it is a bad question, but because the crowd disagrees with the suggested course of action. – dmckee Mar 4 at 5:05
@dmckee Thanks for clarifying that. I'm on newb on Meta. :D – Sam Mar 4 at 16:43

2 Answers

I think the accepted answer should always be first. Why?

The asker has decided it works.

In your example (which is arguably a very narrow corner case), it would potentially make sense to have the most popular answer listed first.

However, 99.999999% of questions asked aren't about theory or hypotheticals. They are of the form:

I have this specific problem and/or error message from the below code. How can I fix this/get the desired outcome?

For those cases, what everyone else thinks arguably doesn't matter very much. What matters is what actually fixes the issue, which only the OP can tell us.

For your corner case, I think it should be sufficient to:

  • Post a new answer
  • Edit the accepted answer
  • Make a comment about the dated/inaccurate nature of the accepted answer
share|improve this answer
Nice, this is pretty much what I was going to say. I'd add only that this proposal would also not help in the many cases where late answers don't earn enough upvotes to overtake old accepted answers, which would make the old answers look even more correct. – Popular Demand Nov 7 '11 at 16:20
@PopularDemand - Good point on late answers. – JNK Nov 7 '11 at 16:21
Again, I think the issue is that the decided solution to the said problem is that it is timestamped... In this field time (and technology) move very very quickly, especially for specific question/answers, I have happend upon many questions that the checked answer is in fact no longer relevant, and after failing, going back to see that there is a relevant answer a few scroll ticks down... – jondavidjohn Nov 7 '11 at 17:08
5  
and I'm not sure that "it's correct (best) because it works" is really the mindset I'd want to propogate in relation to the field of programming. – jondavidjohn Nov 7 '11 at 17:09
2  
@jondavidjohn - I still trust the person with the actual problem more than random people who read a question and have absolutely no vested interest in which answer is correct. – JNK Nov 7 '11 at 17:11
Interestingly, in the question referenced the OP changed the accepted answer to be the most current one. Guess this sorted itself out.. as it should. – Chris Lively Jul 11 '12 at 0:50
@JNK, so, what you suggest? When I see question with upvoted but not accepted answer, that I recognize as much better one and I do currently have this problem and vested interest, what exactly should I do to support better answer for other people who'd come later (remember, SO wants Q&A to be useful for future visitors, right?) I can't make it new accepted unless I open my own question, that must likely will be "duplicate". Just what to do? – Oleg V. Volkov Jul 11 '12 at 13:08
@OlegV.Volkov Options include voting, adding a comment, editing the answer to make it better, etc. You have options. – JNK Jul 11 '12 at 13:13

I think the accepted answer should not always be first because the community knows better. This page is cool because many people combine there knowledge and there opinion. In this case we put the opinion of one person over the community.

I think the order should be:

  • highest voted (if it has 5 votes more than the accepted answer!)
  • accepted answer
  • other answers

Does the OP know better?

No, he has no idea about it, that is why he is asking. Even if you OP knows it better then everybody else, this only works if the user rechecks the question for new/better solutions regularly. If he is not looking at every new answer or simply not logging in, it does not work at all.

Theory vs practice?

Some argue that only the OP tried what is the practical solution and what is only theory. This might be true for some of the 5 first votes from users trying to help. But if you find the question because you have the same problem, you up vote what practical works for you. Ask your self what you would like to try first: The accepted answer with 5 up votes or the other one with +20.

Is it correct because it works?

No. Just because it somehow works does not mean it is what you should do. For a lot of errors there a many different solutions. What worked for OP might not work for 90% of the others. Also think about best practice. The OP might prefer quick and dirty, the community does not.

For example I had a problem with SwiftMailer and my solution was to not use SwiftMailer at all. Completely right for me but no solution for others as I was told by many down votes. They were right!

Please also see my duplicated question on this topic and this answer with 11 up votes.

share|improve this answer
If voting were perfect this would make sense, but "you up vote what practical works for you" isn't true -- people upvote what sounds good or what they think is probably right, they very rarely actually try it first. The OP is theoretically actually attempting to use the answers to solve their problem – Michael Mrozek Jan 2 at 15:48
@MichaelMrozek As I said, this is true for the 5 first helpers but not for the 20 other people with the same problem. If the highest voted answer did not work for you, you can still use the accepted answer. But ask your self what you would like to try first: The accepted answer with 5 up votes or the other one with +20. – PiTheNumber Jan 2 at 15:57
I looked at many questions with this problem and I considered to change my proposal to have 5 up votes more than the accepted answer. There are some low voted answers where the accepted answer is indeed better. – PiTheNumber Jan 2 at 16:31

You must log in to answer this question.

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