Possible Duplicate:
How does Stack Overflow attempt to prevent low-quality questions and answers?
We could probably save StackOverflow users a lot of grief by running heuristics to determine whether a question might be a poor question. If we could give users a warning before they post the question. That would reduce the need for others to have to send the poster comments or edit their posts. Here are some examples of what could be done:
- If a question contains a phrase that's something like "doesn't work," we could warn the user "You may want to be post more specific details about the problem you're having, such as error messages, stack traces, and what results you are expecting.
- If a question contains a block of text that's not enclosed by
codetags and contains{or unrecognized XML tags, we could warn the user, "It appears that you have code posted in your question. Please indent your code with 4 spaces or surround it with<code></code>so that we can format it better.
{in prose or non-HTML tags? Pretty much nobody. – Jacob Sep 27 '11 at 23:17