I've been wondering about this ever since I signed up on SO. With answers, it's easy to determine what to upvote. Is it helpful, is it informative, is it correct?

None of that really applies to a question though. So which criteria are we supposed to use for upvoting questions? (And for that matter, which purpose does it serve? Upvoted answers are listed first, so here the effect is obvious. What difference does it make whether a question gets upvoted?)

link|improve this question

0% accept rate
possible duplicate of Why aren't people voting for questions? – Tobias Kienzler Sep 10 '10 at 7:52
feedback

9 Answers

I usually upvote a question when:

1) I'm already curious about the same question.
2) They made me curious about what they're asking.

Upvoting it may make it more visible to others.

link|improve this answer
feedback

The mouseover explains

question up arrow mouseover

This question is useful and clear

question down arrow mouseover

This question is unclear or not useful

link|improve this answer
2  
And what difference does it make? An obvious guess would be that it is used to prioritize search results, but I'm guessing most people use google anyway, so that seem a bit ineffectual. The "Related" sidebar perhaps? It's not really clear who benefits from knowing whether the question is useful and clear – jalf Jun 28 '09 at 13:27
1  
there are bad questions, and there are good questions. Asking good questions is an art, and smart SO/SU/SF users appreciate good questions and upvote them. stackoverflow.com/questions/57220/how-to-ask-great-questions – Jeff Atwood Jun 28 '09 at 13:34
@jalf: If you came to SO from a Google search and you had two SO questions in your results, and one of them was -2 and the other was +20, which one would you go with? Personally, I'd leave the -2 one right away unless it asked exactly what I'm looking for (which is rare). – musicfreak Jun 29 '09 at 9:09
feedback

I will upvote a question if:

  • It is clear and well-written, including sample code where appropriate, useful tags etc. Ideally it should indicate that a certain amount of thought has gone into the question too, e.g. "these are approaches I've already tried, but they don't work because of X, Y, Z."
  • It is a non-trivial question which tackles a common source of misunderstanding (e.g. "pass by reference" vs "pass reference by value")

I very rarely downvote questions though - I usually add a comment or vote to close instead.

I've blogged in more detail about why I vote one way or another, if you want to know more...

link|improve this answer
feedback

I usually upvote a question when I post an answer to it, because

  • I found the question interesting enough to make me work on it (for that, +1 ;) )
  • I often answer questions with no answers or no upvoted answers yet, and I hope to make that question more visible in the "unanswered" tab, increasing its visibility and -- hopefully -- attracting other answers.
link|improve this answer
feedback

People tend to upvote questions much less than answers. This is understandable and various explanations were proposed in the past for why this happens.

However, I find that the most useful predicate for how much a question would interest me is mostly not the question's votes, but rather its tags combined with the rep of the OP.

IOW, questions with my interesting tags by people with rep in the thousands, in my experience, are the most interesting questions. In contrast, questions from google 1rep dudes are usually less interesting (to me).

So I would suggest that SO allow us to sort question by the OP's rep, and not worry so much about rating questions (which proves to only half-work).

link|improve this answer
feedback

I up-vote when I actually want to know the same thing, but I doubt that I could ask the question any better.

If I think I could make the question better, I usually will just do that instead. I don't up-vote questions that I just improved, because that seems too much like a pat on the back. Now I won't say that I will never up-vote a question that I improved, it is just likely to happen after someone else edits the question so that I can no longer see that I had some part in making the question as good as it is.

link|improve this answer
feedback

I find question votes useful. When learning about haskell, one of the things I did was look at the most upvoted questions tagged haskell.

link|improve this answer
feedback

Just to add to the already-supplied answers, I upvote a question for any of the following reasons:

  • it's well-written
  • I'm curious
  • I was about to ask, but found it instead (see above)
  • it's a "useful" topic (subjective, I know)
  • I think it needs more viewage
  • it strikes me right
  • I'm in a good mood
link|improve this answer
feedback

I have to admit that I actually don't upvote much. Thats usually because I'm looking for questions to answer and if something has a lot of answers generally I'll skip it as already having been answered.

Sometimes but not often questions themselves will be interesting or I'll find them in relation to something I need to know, either from a direct SO search or via Google, in which case I'll upvote a good answer.

My usual standard for upvoting is that is has to meet one of the following:

  • be correct when there are other answers that (imho) are incorrect so it needs to be distinguished;
  • it is particularly insightful, clear and/or pithy; or
  • it describes something quite innovative or clever that I otherwise wouldn't have thought of.

Obvious answers to simple questions are a roll of the dice to see who answers first. I generally don't upvote those.

link|improve this answer
feedback

You must log in to answer this question.

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