Read the question
All too often I've written what I thought was a great answer... only to reread the question and find out that it wasn't going to help the questioner at all.
Code is king
Answers with sample code are gold... if the code is appropriate.
Answer the question and highlight side-issues
Other developers don't always do things the way we'd like them to.
It's okay to guess, but be honest
This may be controversial. I've certainly been downvoted twice on SO for having the temerity to post an answer without being 100% sure that it's the right one - and (worse?) for admitting as much.
Raise the overall accuracy level
It should go without saying that a correct answer is more helpful than an incorrect one.
...
- Challenge inaccurate information
- Provide accurate information yourself
Provide links to related resources
There have been a few questions on Stack Overflow as to whether it's appropriate to link to other resources on the web. My own opinion is that it's absolutely appropriate and can add a lot of value to an answer.
Care about your reader: spelling, grammar and style matter
I'm lucky: I'm a native English speaker, and I have a reasonably good natural command of English. Having said that, I still take a certain amount of care when writing answers: I'll often rewrite a sentence several times until I feel it works. I've noticed that answers with correct spelling and grammar are generally upvoted more than ones with essentially the same content but less careful presentation.
A time-limited answer may be better than no answer at all
I answer Stack Overflow questions in whatever spare time I have: waiting for a build, on the train, taking a break from editing etc. I frequently see a question which would take a good 15 minutes or more to answer properly - but I only have 30 seconds. If the question already has answers, there's probably no sensible contribution I can make, but if the question is completely unanswered, I sometimes add a very short answer with the most important points I can think of at the time.
Don't be afraid to delete (or edit heavily) useless answers
It's almost inevitable that if you post enough answers, one of them will be less than helpful. It may start off being a good one, but if a later answer includes all the information from your answer and more, or explains it in a better way, it's just clutter.
Be polite
It's a shame that I have to include this, and it's even more of a shame that I need to take better notice of it myself. However boneheaded a question is, there's no need to be rude.
Don't "answer and run"
Sometimes an answer is very, very nearly spot on - but that final 1% is all the difference between the reader understanding fully and having a dangerous misunderstanding of the topic.
Have fun
In my experience the most useful users are the ones who are obviously passionate about helping others.
Read the article thoroughly (twice), it's an excellent guide on answering questions. By the way, this blog post was the basis of our "How to Answer" guidelines, which I imagine you've already reviewed.