If a user asks a question that is rudimentary and shows that perhaps they are new to programming, is it better to give a complete, working solution or point them in the right direction so they can teach themselves?

More specifically, I mean in a situation where the user seems to want 'codehereplz' instead of at least giving something a try after being given 'hints' or a partial non-code solution.

I know that I learn best by doing something myself after being pointed in the right direction, but is that the best thing to do?

share|improve this question

1 Answer

up vote 4 down vote accepted

The goal of the Stack Exchange system is to provide the best possible answers to a corpus of questions. Given that, here are two possible ways to deal with what you're describing:

  1. If you think a question is asked in bad faith, it's better to either not bother or leave a comment.
  2. If a question is truly terrible and would not be useful to other site visitors, vote to close instead (if you have enough reputation) and/or leave a comment explaining why you think the question is bad.

In either case, responding with an answer that doesn't actually fully address the question is just as bad as a less-than-ideal question: it adds noise for others hoping to get answers who may have stumbled upon the question.

Basically, assume Google isn't working. If you want to answer, provide a full, useful answer rather than teach everyone how to search for the answer themselves.

share|improve this answer
Thanks for the clarification - will use this philosophy from now on. – Saladin Akara Nov 18 '10 at 3:15
+1 because you made me google the definition of "corpus" – zeroef Nov 18 '10 at 6:00

You must log in to answer this question.

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