How do I ask a question so that it can get a quick response? I see some of the questions are very old and still not answered, but some others get a very quick response.

Return to FAQ index

link|improve this question
feedback

8 Answers

up vote 17 down vote accepted

Some factors:

  • Ask clear answerable questions.
  • Put extra effort in the title.
  • Tag your question right.
  • Keep refining/editing your questions until they are perfect.
  • Be lucky that the expert in your field sees your question.
link|improve this answer
Good points. As for the expert, also "be patient": An expert (The Expert, even) may well be in a different TZ, and you may get a great answer in a few hours (Real Storyâ„¢). – Piskvor's Semifinite Monkeys Dec 20 '10 at 11:36
Yeah, I get answers pretty darn fast. Make sure to be explicit with what you want. Not merely ask for a solution. Like instead of asking, "how much flour should I use for a cake?" ask "I am making a southern velvet cake for six people. How much cheesecake topping should I get for two cakes?" – surfasb Jul 23 '11 at 23:09
feedback

Provide enough information. Peter has added a lot of other points, all of which I agree with, but it's usually the lack of information which stymies us.

  • If "something goes wrong" tell us what. If it's an exception, post the full stack trace. If it's a compile-time error, post the exact error message. (Not "something like this" but cut and paste.)

  • Don't post code which is "something like" your code which fails - post actual failing code which we can compile and run wherever possible. (See my "short but complete" article.) It's very frustrating to point out errors only to be told, "Yeah, but that's just a typo - it's not in the real code."

  • Read your question to yourself after typing it out, trying to imagine that you're coming to it with no other information. Does it still make sense? If you were trying to answer it, is there anything else you'd want to know?

Oh, and respect people who are trying to help you. If you become argumentative with answerers, they'll just go elsewhere.

link|improve this answer
feedback

If somebody then asks you a question (usually in the comments on your post), answer them. They are generally asking for a reason, and can't give a clear reply until you have clarified something.

link|improve this answer
feedback

Twitter the title of the question (and url). There will probably be someone with a keyword search who will notice your question and head over to help you out.

link|improve this answer
feedback

Write your title clearly so people will look at it, and explain your problem well so they don't leave in confusion.

Tag specifically and appropriately, so those who know the topics will look at your questions.

link|improve this answer
feedback

Another factor is the size of the community you are talking to. Questions with popular tags get more answers more quickly than questions with less popular tags.

Of course, I am not trying to say that you should tag your questions with ill-fitting tags.

link|improve this answer
3  
I am tagging this answer 'sex' and 'boobs' – Jeff Atwood Jul 22 '09 at 8:07
feedback

In addition to the other answers given here, I would also add that for really fast and good responses, ask at a time of day when many software developers are using SO, so usually working hours would be good.

I suspect about 2pm - 5pm (GMT) would be good because you get the bulk of European software developers at work and the bulk of US-based software developers at work.

link|improve this answer
I disagree. You will get more and faster responses at peak times, but the better quality responses come on weekends. I have no data to back this up, of course. – Yar Jul 22 '09 at 11:21
feedback

All the other answers are right, but people will not try to help you if you haven't gotten your "hands dirty" with the problem. You'll notice that the process of specifying the question pushes you further in the debugging and testing of what you think is happening. Keep going! Many times you resolve the question yourself, or it derives in something that you really don't know that is actually useful to everyone.

Bracketing: Try to get the problem to be as small as possible. You might think that you're asking about 50 lines of code, but if you can figure the one line that is not working, people can easily help you. Few people want to help you figure out which of your 50 lines of code is not working. Also, if your question is a dupe or easily answered on Google, you should know it before they do.

Find all dupes, and find an SO answerer that is the right person to ask the question: To do this you will have to find all SO dupes of your question, and you might find that it's answered already. But if you find something really similar but different, comment the best answer response and ask politely if they might care to look at your question.

link|improve this answer
feedback

You must log in to answer this question.

protected by Robert Harvey Jul 23 '11 at 22:07

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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