Are there guidelines for what constitutes a good answer? Let's discuss. Perhaps, we can come up with some ideas for the FAQ.

Building off Should the official FAQ include information on how to answer as well as ask questions?

Return to FAQ index

share|improve this question

6 Answers

up vote 41 down vote accepted

How to Write a Good Answer

  • Be clear.

  • Provide examples.

  • Link to more information and further reading.

  • Quote relevant material to keep the user from having to click on every link given to get basic information.

  • Revise your answer to include more information as it comes along.

  • Be sure to monitor your answer for comments so that you can reply with explanation if questions come around about your answer.

share|improve this answer

I blogged about this a while ago. The bullet points from that article:

  • Read the question (carefully)
  • Code is king
  • Answer the question and highlight side-issues
  • It's okay to guess, but be honest
  • Raise the overall accuracy level
  • Provide links to related resources
  • Care about your reader: spelling, grammar and style matter
  • A time-limited answer may be better than no answer at all
  • Don't be afraid to delete (or edit heavily) useless answers
  • Be polite
  • Don't "answer and run"
  • Have fun

(Obviously the post goes into rather more depth on all of them :)

You might also want to read the answers to this rather similar question.

share|improve this answer

Good answers do more than simply reference an external site and suggest that the OP refer to it. Answers that primarily reference an external site should include a summary of the information so that it becomes a primary source as well as a reference. This will help the answer to stand the test of time.

share|improve this answer

Don't just provide the code which solves the problem - try to help the OP understand this code as well, and why it works. This also helps others who come along afterwards.

share|improve this answer

When possible include a relevant example to demonstrate how your answer applies to or solves the problem posed in the question.

share|improve this answer

References (with summaries of course) are often helpful.

share|improve this answer

You must log in to answer this question.

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