vote up 2 vote down star

Sometimes, when I answer a question on SO, I have two different answers that are equally valid. This happens most when answering architectual questions where there are many valid ways to solve a problem.

Is it better to put each alternitive into a single answer, or put each alternative in its own answer.

Posted each alternitave separately will allow the voting system to float the best answer to the top, but I don't want to be accused of rep whoring by "flooding" a question with answers.

What's your opinion? One or two answers?

flag

3 Answers

vote up 5 vote down

You could always put both options in a single answer and state which one you'd recommend and why...

Option 1

some quotes

<somecode.../>

Option 2

some other quotes

<somedifferentcode.../>


Option 2 is probably best because of x, y, and z...

link|flag
2  
This is what I normally do. – Ryan Michela Nov 3 at 22:26
1  
I usually use this format as well. – gnostradamus Nov 4 at 1:44
vote up 4 vote down

I don't think there's a single right answer for this.

If they're two radically different solutions then two answers might be the best solution, but you'd have to judge each case on it's merits.

While the system doesn't prevent you posting multiple answers, it discourage you from do so, so the default position must be to post a single answer containing all your information. This is the message you get when you click on the "Add Another Answer" button.

Are you sure you want to add another answer?

You could use the edit link to refine and improve your existing answer, instead.

link|flag
2  
+1 I agree. There are situations where it's best to have one answer that covers two similar bases, and there are situations where it's best to have two answers that cover completely opposite bases. – Changing my Meta Name is Cool Nov 3 at 22:36
vote up 3 vote down

The system is designed to have separate posts for every answer. There is nothing wrong with this, it is not 'rep whoring'.

link|flag
3  
I agree. Having seperate solutions allows the community to vote on each according to its merits. – beska Nov 3 at 22:34

Your Answer

Get an OpenID

Not the answer you're looking for? Browse other questions tagged or ask your own question.