Possible Duplicate:
Should we reduce rep bonus for upvotes on posts with a negative score?

A lot of users will up vote if they see a question or answer that has -1 but is not totally terrible. So you then have (-1 + 10) = 8 rep.

So an answer that should have got no rep, gets +8 rep, due to the helpful person that down votes it. (Thanks for the down-votes, they give me lots of rep!)

What if instead we said:

If (totalVotesForItem => 0)
   repGained = totalVotesForItem * 10
Else
   repGained = totalVotesForItem * -1

Then getting one down vote and one up vote will give 0 rep gain rather than 9 rep gain.

link|improve this question

37% accept rate
Related question: meta.stackoverflow.com/questions/7322/… – heavyd Feb 11 '10 at 17:06
4  
Wouldn't it give +8 rep? It cost 1 to downvote someone, but the receiver gets -2. – Brandon Feb 11 '10 at 17:09
This is only the tip of the iceberg. meta.stackoverflow.com/questions/20084/… – ire_and_curses Feb 11 '10 at 17:13
1  
ps, thanks for the down vote, that got me a upvote and +8 on this question. Can I other another down vote please so I get +16... – Ian Ringrose Feb 11 '10 at 17:56
feedback

closed as exact duplicate by Juan Manuel, mmyers, fretje, Jeff Atwood Feb 11 '10 at 21:38

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Wouldn't it be a better solution to just increase the cost of down votes?

It looks like this is already in the works:

Should the weight of downvotes be increased?

link|improve this answer
It would seem that way, but that feature has been frozen to 0 Kelvin for months. – perbert Feb 11 '10 at 17:34
Maybe we should wake it up! – GEOCHET Feb 11 '10 at 17:37
1  
that only works if the person that is down voted loses 10 rep for each downvote they get. – Ian Ringrose Feb 11 '10 at 17:52
1  
@Ian: That sounds like a good idea. – GEOCHET Feb 11 '10 at 17:54
feedback

You must log in to answer this question.

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