I really want to know why down-voting a question is implemented in Stack Overflow. I have seen many questions down-voted and got frustrated. People are asking questions because they are looking for answers, what's the point in down-voting the question itself

Today I saw one of my questions was down-voted without a comment explaining the reason why.

EDIT:

Most of the fellow stackers responded to the question saying, "You didn't provide the expected result and that's the cause." I feel "Concatenating associative arrays" conveys everything. It doesn't require the expected result to be added.

And I wanted to convey my thoughts regarding this after getting your responses.

  1. I agree that down-voting the question is necessary if it's abusive or irrelevant. Not for forming the question (or perhaps not reading the FAQ). (If you don't understand the question, you can go ahead. Some people who understand the question will reply to it.)
  2. Down-voting the question and rude comments aren't necessary. The guys asking the question might be new to that technology (you can't always expect a very challenging question, say, "What's an associative array?" is also a question) or new to this site or poor in English.
  3. If you are down-voting the answer it means you are doing the right thing (and help the community to not follow the faulty approach). But down-voting question will not help you (I know it's just a negative).

EDIT:

All my below responses finally saying you are downvoted because the question is not understandable... I wanted say my last words in this and wont justfify myself hereafter.. Most people wont care to visit the downvoted question. i am lucky so i got an answer before its downvoted.. what if i downvoted before anyone answer my question. what others think abt that question when seeing this is listed in unanserwed tag. i myself propably think its a duplicate one and will avoid click the link.. most of them do this.

So if you wanted to downvote just leave a comment alongwith... thats all folks..

link|improve this question
3  
This should be on Meta I think. – beggs Aug 21 '09 at 8:21
1  
no i dont want to move this to meta... no ppl will see this... this is where more ppl surf .. i wanted this to be here... – RameshVel Aug 21 '09 at 8:23
17  
What you want is not relevant compared to the stated purpose of the separate sites. – Michael Borgwardt Aug 21 '09 at 8:30
2  
I actually love the irony of this question being downvoted. – Gnoupi Aug 21 '09 at 8:30
7  
I know you can spell "you", so why didn't you? – Welbog 2 - Welbog in time Aug 21 '09 at 11:41
yes i can... and i assume "u" got me another "-".. did u (sorry you.. i cant control it.. it just came) read the rest of wat am saying...?? – RameshVel Aug 21 '09 at 11:49
6  
Obviously I read it as I took the time to correct your (seemingly deliberate) spelling mistakes. I happen to disagree with everything you have to say because you're wrong. – Welbog 2 - Welbog in time Aug 21 '09 at 11:51
thanks for that... and english is not my first language.. – RameshVel Aug 21 '09 at 12:02
I am well aware of that. – Welbog 2 - Welbog in time Aug 21 '09 at 12:10
4  
Funny thing is that it's not really logical. It's not your primary language, so you should use it "on the base", not with using shortcuts, no ? I hardly see "english is not my first language" as an excuse for shortening words... – Gnoupi Aug 21 '09 at 16:00
2  
@Gnoupi: i think it's more like, "it's not my primary language, I'm not comfortable writing in it, therefore I intend to use as little of it as possible when forced to." Or rather, "it's not my prmry lngge, I'm not comfrtble wrtng in it, thrfre I intend 2 use as lttle of it as pssble when 4ced 2." – Shog9 Aug 21 '09 at 16:12
possible duplicate of What purpose does downvoting questions serve? – Arjan Jan 15 '11 at 19:36
feedback

migrated from stackoverflow.com Aug 21 '09 at 8:26

This question came from our site for professional and enthusiast programmers.

7 Answers

Why is downvoting a question important?

  • It encourages users to follow the FAQ. It hopefully makes them frame their next question more carefully, with complete information.
  • It indicates to a fellow user of the site that they are advised not to waste time on the question. It keeps down fluff and noise.

I visited your question just now, following the link in your post. It is obviously incomplete because you haven't provided a) the result you're seeing b) the result you want to see. I note that you have followed up on the downvotes with a follow-up question, but you still haven't bothered to edit the question and provide this information. So, it is of very limited help to the community as a whole.

Have you read the FAQ yet? Did you see this part:

What if I don't get a good answer?

In order to get good answers, you have to put some effort into the question. Edit your question to provide status and progress updates. Document your own continued efforts to answer your question. This will naturally bump your question and get more people interested in it.

If I come across a bad question, why do you think it is wrong to convey this through a down-vote?

link|improve this answer
"I note that you have followed up on the downvotes with a follow-up question, but you still haven't bothered to edit the question and provide this information.".. i got an 6 answers to that question.. the code i gave in my post is sample.. and (concatenating two associative arrays) conveying everything i wanted to say.. ppl experts in javascript (not me) understand wat am saying... and my question doesnt required the sample output... wats concatenating means?? isnt that explain enough.. or do u want me to add the result (sam,sam,kam,kam) as expected in my post... – RameshVel Aug 21 '09 at 10:44
1  
"I have problem concatenating two associative arrays in javascript" + code does not equal a "detailed and specific" question as mentioned in the FAQ. Like you say, experts in Javascript can understand you, but not anybody else. It conveys no information to a programmer from a non-Javascript background, or a Javascript novice programmer. You got answers irrespective of the question, not because your question was good. A good question would say what you're trying to do, what code you're using, what the result of running that code is, and what you expect it to be. – nagul Aug 21 '09 at 11:49
1  
@Ramesh: the experts in JavaScript were able to determine that you didn't understand JavaScript. They must have seen that kind of failure to understand before. You got lucky that you're not the first person to understand what an array is. – John Saunders Aug 21 '09 at 12:24
feedback

I am curious why you are "frustrated" with the downvote you received?

The vote itself was cancelled out with an upvote giving you +8 reputation in total. The community is there for that reason so that an individual downvote that is considered harsh is negated by others.

Also you received a good answer to your post which you accepted. How can you be frustrated with anything if your question was answered.

link|improve this answer
robin.. yes i got a answer and very happy abt it.. but seeing "-" means ur question is useless (same way we vote the faulty answers).. that y i got bursted... :( – RameshVel Aug 21 '09 at 9:00
5  
that is the point you've missed. seeing "-" does NOT mean your question is useless. It means ONE PERSON thought your question wasn't good enough. That is the whole point of the community, everyone has their opinion. If everyone thinks your question is bad, it will be downvoted more than it is upvoted. I have been downvoted on stackoverflow many many times, I'm sure Jon Skeet does as well. Does that make his answers useless? No! It's just the opinion of some people. – Robin Day Aug 21 '09 at 9:03
feedback

Ramesh (and adatapost), have either of you ever bothered to read the faq? The link is at the top of every page (http://stackoverflow.com/faq).

If not, then save yourself from further embarrassment and go read it now.

link|improve this answer
john u are right, i dint explain wat result i need to achieve,, and no i dint even read the faq before... thats my bad,,, But do u think we reaaly follow everything mentioned in faq "Avoid asking questions that are subjective, argumentative, or require extended discussion. This is not a discussion board, this is a place for questions that can be answered". am again saying ppl ask questions to get it clarified... its really bad to teach them how to ask a question... they ask questions by waht they know... there are ppl here who can well verse in english and know how to ask a question – RameshVel Aug 21 '09 at 8:53
... also there are ppl like me who just plain questions.. so doest it mean we are not part of this stack.. – RameshVel Aug 21 '09 at 8:56
@Ramesh What do you think the FAQ is for? If you can't be bothered to read the FAQ, why are you bothered that people are downvoting your question? – nagul Aug 21 '09 at 9:37
You know, there are occasions when down-voting questions seems like a good idea. When RTM turns into RTFM a little too aggressively, for example ... – Unsliced Aug 21 '09 at 10:01
@nagul.. you cant always push ppl to read FAQ before ask an question... do u think stackoverlow is the only forum insist the well formed question.. most of them do.. and i also know tat.. u dont have to read FAQ to know this... all i am saying is "my question is understandable for the ppl relevent in javascript (thats wat i tagged).. i dont care if its not understandable by any other programmer... all above that, still no response from a guy who downvoted that... so dont assume anything that reason for downvoting is not a well formed question" – RameshVel Aug 21 '09 at 10:54
You don't care if other programmers don't understand it, but I do. So if I explain this in the comments, you don't mind me down-voting the question, do you? I'm not assuming I know the reason for down-voting, but you seem to be, judging by your comments in the question. – nagul Aug 21 '09 at 11:55
Nagul, thats a misunderstanding (i dont care if its not understandable by any other programmer)... wat i wanted to convey is that there are ppl who can undertsand that... and ppl who dont understand that can leave a comment to ask me to edit that.. or if they dont know, they can just walk away.. lets put it this way , its bad that everybody wanted to understand every question asked here... – RameshVel Aug 21 '09 at 12:13
@Ramesh: you're wrong. Your question wasn't in some special kind of JavaScript code. I know JavaScript, and your question made no sense at all to me. – John Saunders Aug 21 '09 at 12:21
@Ramesh: Please tell me: if you had written the question in your native language, would the question have been as brief? I wonder whether it's as much a language issue as it is an issue of you assuming everyone can basically read your mind. – John Saunders Aug 21 '09 at 12:21
@John..i am not saying its an language issue.. and i ll write the same thing if i have to ask this in my native lang.. sorry for repeating this again (i know somebody wants to punch me) but there are ppl who can understand that. leaving a comment if they dont wont hurt anybody... thats all.. – RameshVel Aug 21 '09 at 12:46
2  
@All: It's really fascinating. He doesn't understand this feature of JavaScript, but he feels his cryptic question is understandable to JavaScript experts, and everyone else should just leave a comment instead of downvoting. I wonder if he yet understands that he's totally off-base on the JavaScript feature? – John Saunders Aug 21 '09 at 14:36
feedback

Don't take it personal. People are not judging you, but the question. Maybe they thought it didn't contain enough information to be answered usefully. Maybe they thought it was too subjective. Maybe it was completely unjustified and someone had a bad day or just clicked on the wrong arrow and didn't notice. You'll never know, and getting angry about it will not achieve anything.

link|improve this answer
thanks michael.. i admit wat u r saying.. i just got bursted seeing downvoted for just asking a question... – RameshVel Aug 21 '09 at 8:57
feedback

Though in general voting is for posts, not for users, downvoting actually also feeds the Sorry, we are no longer accepting questions from this account, to filter out low quality questions.

link|improve this answer
feedback

This has been covered extensively on Meta (where this question will end up). Check out the other questions and answers there.

link|improve this answer
feedback

IMHO, a question should be voted for "reusability". Is this question for general interest, could it be used by many people and probably is still interesting in two years?

Some people do no spend enough time to really think about their problem before asking a question, wasting other users time. This should be down-voted.

Sometimes its unfair. Getting down-voted is not as bad as some people think. Nobody should take it personal. But - it is how it works and the votes are not always expressing the quality of a question or answer.

link|improve this answer
stefan, i agree with u in every term... i accept if my answers are bad and getting downvoted... and i really admit my fault... but why the questions getting downvoted... – RameshVel Aug 21 '09 at 8:55
feedback

You must log in to answer this question.

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