Recently, I've seen many questions with this structure:

  1. a wall of code
  2. a request for the community to debug it by inspection

You can find a nice selection here.

I offer, as a thesis, that these questions are not consistent with the stated goals of SO. They do not, usually, create a resource of use to other people.

As a community, we could politely but firmly tell these askers to do enough of their own work to come up with a concrete, specific, programming question, other than 'can someone tell me what's wrong with this?'

Don't get me wrong. I'm sympathetic to people with problems. I have not been downvoting or voting to close these, because the community seems to be inclined in general to be helpful. I'm asking, are we really doing the right thing by encouraging the site to populate with these?

If the consensus is 'yes' then I'll just slink back to my cave. I'm not interested in starting a campaign here.

share|improve this question
Here's another. Third time in 24 hours he wants the same code fixed: stackoverflow.com/questions/2308509/… – John Saunders Feb 22 '10 at 2:45
2  
I think this is fair, because it provides no value to the greater community unless it's broken down into a much more generic form – Mark Henderson Feb 22 '10 at 5:48

2 Answers

up vote 7 down vote accepted

Yes, please close them as "not a real question".

share|improve this answer
1  
I marked one of them to close as "too localized", as it was hard to see a question that would be of use to anyone else. "Fix my code" does not turn up in searches. – Ether Feb 22 '10 at 4:32
1  
But if you do close them, please add a comment outlining the reason. – Pekka 웃 Feb 22 '10 at 9:04
5  
-1 I disagree. Ask for more details first. Closing the question should be the absolute last resort, otherwise we're going to scare off the beginners. – MarkJ Feb 22 '10 at 12:41

Fix my code tells me nothing about the problem at hand.

So long as the question states a specific problem the person is trying to solve and is asking for a solution to that problem, then it's an acceptable question.

If the question asker does not take care to address a specific problem with their question, then you have two choices:

  1. Vote to close the question.
  2. Try to ascertain the problem the asker has, and rephrase the question so that it addresses their real problem. Otherwise it will never be useful to anyone conducting a search.
share|improve this answer
3  
Or try to advise the OP to try his/her best to refine the question to be more specific. If the OP can't be bothered, why should we then. – o.k.w Feb 22 '10 at 2:01
Typically, the 'specific problem' is 'it gets a SEGV' or 'it gets an answer I can't explain'. It's specific, but local to the OP's situation. – Rosinante Feb 22 '10 at 2:03
4  
I basically agree, I would say we should always ask questions for more details first and only close the questions as an absolute last resort. Otherwise we're scaring away beginners, which must be bad. – MarkJ Feb 22 '10 at 12:42

You must log in to answer this question.

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