There have been several discussions regarding code-only answers (answers that contain only code blocks with no textual explanation whatsoever):

Personally, I can't see why the quality filter should let such answers through at all. The main problem I have with code-only answers, especially once they're flagged as not an answer or very low quality, is that we can't determine at a glance whether these answers are:

  • Genuinely attempting to answer the question
  • FGITW/SCITE answers
  • Trying to correct an error in the question without actually answering it
  • Random code dumps that may or may not relate to the question even by programming language or keyword(s) in the question

In particular, what exactly is an "informative code-only answer"? Does it mean the code is self-documenting? Does it mean the code substitutes code comments for a proper write-up? This is all very fuzzy. From the response by Nicol Bolas to the last question above:

I have never seen a code-only answer that couldn't be made better with the addition of appropriate text. They are of lower-quality than the same answer with some text.

This text makes all the difference, IMO, between an answer and a non-answer. Without it, it's often needlessly difficult to tell.

Existing code-only answers that are good-faith attempts to answer the question should be edited or downvoted, yes. But if the quality filter already tries to block code-only questions, why not block code-only answers too? These answers are often low quality, and (almost) always have ample room for improvement, just like questions.

share|improve this question
2  
"This text makes all the difference, IMO"... I agree completely. Although I think a filter could easily be worked around by added some useless text as well as the code (e.g. "Try this"). Here's an example from earlier today. Several answers with code and a tiny bit of text which isn't helpful whatsoever. – James Allardice Sep 25 '12 at 10:44
@James Allardice: That's true. This behavior is already being observed in questions: I just had to edit a question that used the quality filter message as text padding. But some people will try to work around quality filters anyway, and I think "Try this" is alright as it at least says something about the code (e.g. "I'm not 100% certain but could you see if this works for you?"). What I would consider really worthless is something like "here's the code", or even gibberish. – BoltClock's a Unicorn Sep 25 '12 at 10:46
1  
If the text in an answer doesn't help to explain the code, it'll probably be downvoted or edited anyway. Just because one can circumvent the quality filter doesn't mean it's OK to do so. – BoltClock's a Unicorn Sep 25 '12 at 10:51
1  
"Existing code-only answers that are good-faith attempts to answer the question should be downvoted in hopes that they'll be improved, yes." I completely disagree. For example, the code could be commented, also, the downvoter may not be familiar with the language. – Remou Sep 25 '12 at 11:24
@Remou: Yeah, good point. I've edited it. – BoltClock's a Unicorn Sep 25 '12 at 11:26

1 Answer

Code-only answers fall under "Very Low Quality" for me and are candidates for deletion*.

This extends from my belief that "self-documenting code" is a myth. Code can only tell you the how, it doesn't tell you the why. That's what you need comments for.

On Stack Exchange, the how is important, but a great part of the level of quality comes from the fact that people go to great lengths to explain the why (have you seen an Eric Lippert answer lately? No. I'll wait *muzak plays*).

These answers can always be improved.

While a code-only answer get the person who asked the question past whatever hurdle they might be facing, it doesn't do them or future visitors much good in the long run.

We've always touted that we aren't a code factory. We are the people who teach others to fish. Code only answers only feed a person for a day.

*(Of course make sure to see if there are other answers that sufficiently answer the question that are better, etc.)

share|improve this answer
2  
As Remou mentioned, "how" could be in comments, which, in my opinion often allows for more natural explanation. Such a filter would still treat this as poor answer, until you pull out all structured comments and lump them into single wall of text outside of code. – Oleg V. Volkov Sep 25 '12 at 12:11
@OlegV.Volkov They could be put in comments, but in practice, it's not done a lot, if at all on Stack Overflow. I'm not saying comments in code can't do this on Stack Overflow, but you're really placing the onus on the person reading the answer, and we'd like to reduce that. – casperOne Sep 25 '12 at 12:14
1  
I don't see how it is inconveniences people seeking answer, on contrary, I think this potentially makes code in answer easier to understand. If under "person reading the answer" you mean reviewers, then I must say that IMO reviewer convenience must absolutely never be prioritized over people who want answers. – Oleg V. Volkov Sep 25 '12 at 12:20
2  
@OlegV.Volkov I disagree completely. If we're only targeting the person asking the question, then we've failed. The point is to be a lasting resource. If everyone that comes after with the same problem has to dig through the code to gain understanding when a short synopsis could be provided, then so much the better. Additionally, by giving a short synopsis, it better helps open the answer up to critique, leading to an even better refinement of the answer. Burying this information in the code just makes it more difficult for everyone that's going to process it after. – casperOne Sep 25 '12 at 12:24
I find it interesting that when someone says that SO is about answers, the response is that it is about the future and when someone says it is about the future the response is that it is about answers, to quote Oded in response to "As I understand it, Stack Overflow is about the future" No. Stack Overflow is about helping programmers - now., which response was heavily voted up. – Remou Sep 25 '12 at 13:19
@Remou From your perspective it's about helping programmers (you, or someone else) now. But that's a narrow view. There's the larger issue of what is good for the health of the site. That view is what makes Stack Overflow the go-to source of information for programmers. Oded is right, IMO. – casperOne Sep 25 '12 at 13:25
@Remou Additionally as people curating the content that we hope will be around for a long time, our primary concern is quality over immediacy. If it takes someone fifteen extra minutes to flesh out an answer into something that can stand for years, then you should always do that. Fifteen extra minutes, IMO, falls squarely within the definition of now. We're not even talking about a span of days here, we're talking minutes, hours at most. That time cost is purely acceptable when taking into account the greater concerns of the site. – casperOne Sep 25 '12 at 13:27
You say that "I disagree completely. If we're only targeting the person asking the question, then we've failed." and you also agree "No. Stack Overflow is about helping programmers - now" I do not see how these two views are so easily reconciled. One or the other must take priority. A person answering may not have an additional 15 minutes and a code only answer may save the questioner several hours. Thus the programmer is helped and helped now. – Remou Sep 25 '12 at 13:31
1  
@Remou If one doesn't have the time to write a quality answer, they shouldn't be writing an answer. A code-only answer is not a quality answer, therefore, they shouldn't be providing it. It's the same as a code-only question. If one can't be bothered to put the effort into describing their problem, then the site is not a good fit for them. – casperOne Sep 25 '12 at 13:40
In that case, if only quality answers are acceptable, where does "No. Stack Overflow is about helping programmers - now" come in? – Remou Sep 25 '12 at 13:46
@Remou That's your interpretation, not mine. I believe in the long term view about helping not just the person (I don't believe Stack Overflow is about immediacy, it's about quality) but being a quality resource for future viewers and answers should meet that bar first. Immediacy is a distant, much lower concern, IMO. – casperOne Sep 25 '12 at 13:48
2  
Yes, it does. My initial argument was that there are two widely different opinions on answering questions, both of which are strongly supported, which can be quite confusing. Meta is getting more and more like a religious text where you can find a quote to match any opinion. – Remou Sep 25 '12 at 14:08
2  
If anyone has an opposing view, post it as a separate answer and let's not have this answer soapbox to your sudsy desires. Again. – random Sep 25 '12 at 14:30
1  
@casperOne, don't you think that different people have different things easy to understand? Why you project your own personal view of "only synopsis is easy to understand" on each and every reader? I'm fine with community up/downvoting to arguably objectively mark an answer as "good". I'm absolutely not fine about enforcing policy liked by some specific moderators. – Oleg V. Volkov Sep 25 '12 at 18:19
2  
@OlegV.Volkov Who's enforcing policy? casperOne posted an answer presenting his opinion on the issue, drawing from personal experience. If you disagree with it, or have different experiences to share, post an opposing answer and let the community decide which one we favour. – Yannis Sep 25 '12 at 18:44
show 4 more comments

You must log in to answer this question.

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