When reading an answer for a question it is hard to know whether there is information elsewhere in stack overflow which is relevant to that specific answer (not question).
I would like an option where when I upvote an answer I would get recommendations for similar answers, one way to do this is see the links which people post in their answer. find answers which share the same links and open a scrollable box under the answer when upvoting.
This can serve 3 purposes:
- easily finding specific answers (not questions) which relate to the ones you like - better navigation in SO
- better suggestion system than trying to find similarity in the entire question - more relevant to the reader
- encouraging upvotes on good answers - since I will get a list of similar answers on the subject, I'm more inclined to upvote sort of like a "micro-reward"
EDIT: I'll add a simple example
Say I read a question about CSS which was answered by several people like this one. I thought JohnP's answer was great but I also was interested in @Damien's answer I thought the wiki link was informative and I'm interested in the subject he discussed. Now, since the answer is only one of many and the main topic is CSS usage I don't get recommendations for questions/answers on the @Damiens answer. so I can search SO again for the subject discussed and try and find relevant answers which deal with the subject, in this case: Using CSS for separation of presentation and content.
What I think would be ideal is that when upvoting @Damien's answer a box would open (similar to question writing) just under the question and a suggestion for a more relevant (question/answer) would be suggested such as @Andrew's excellent answer to the usage of separation of presentation and content with examples of CSS