Here is an interesting list of questions:

All top voted answers on non Wiki questions:

select top 20 '[' + q.Title + '](' + 'http://stackoverflow.com/questions/' + cast(q.Id as varchar(max)) + ' "link")', 
cast(a.Score as varchar) + ' <br/>' From Answers a 
join Questions q on a.ParentId = q.Id and q.IsWiki = 0
order by a.Score desc

(note, I have no IsWiki flag for answers so I can not filter them out - sorry Jon)

Help me remember a quote from Alan Kay 241
"Hello World" in less than 20 bytes 200
Is DateTime.Now the best way to measure a function's performance? 164
How do you set, clear and toggle a single bit in C? 158
Is it wrong to go to interviews while employed? 135
In C arrays why is this true? a[5] == 5[a] 129
Is Mono ready for prime time? 126
How do I check if an integer is even or odd? 122
"Hello World" in less than 20 bytes 120
What are the barriers to understanding pointers and what can be done to overcome them? 117
What is the most EVIL code you have ever seen in a production enterprise environment? 117
Why does everyone like jQuery more than prototype/script.aclo.us or mootools or whatever? 116
Why does C++ compilation take so long? 116
How do I move the turtle in LOGO? 112
What are MVP and MVC and what is the difference? 110
What's the difference between JavaScript and Java? 108
How do emulators work and how are they written? 107
How do I move the turtle in LOGO? 102
Why are we using i as a counter in loops 102
How to get attention for your old, unanswered questions 99

Now, I completely agree that Alan Kay should have a gazzilion rep. Still, something does not sit right for me with this list.

Should there be an upper limit on how much rep a person can get out of an answer?

link|improve this question

52% accept rate
Someone just mentioned this idea today, and I discovered this ancient and almost entirely ignored post. Was it ever decided this is a bad idea, or was it just forgotten? – Michael Mrozek Mar 6 at 3:59
feedback

2 Answers

up vote 5 down vote accepted

This has been talked about before, at least a little bit. Back when he tried it (around Christmas?) that changing the time rep limit to a per-post rep limit made little difference. Personally I still think it would be a good idea. You should probably read all the arguments for and against the current time-based limit in this feature request (declined).

I'll keep being in favour of this, but at the same time I don't expect the situation to change any time soon.

EDIT: (On phone - please excuse typos.) I think it's worth thinking about the purpose of rep limits in general. One point is to limit how quickly/easily someone can get edit rights etc. I would argue that someone who posts 20 answers each of which gains 10 upvotes in a single day has proved themselves more invested in the community than someone who posts a single popular answer which gains 200 upvotes over the course of three months - during which time they may not even come back. To me, the first person deserves all the rep from their answers, but the second person's rep could reasonably be capped at (say) 500 for that one answer. In particular, positive feedback makes is a lot easier for a post to go from e.g. 40 votes to 45 than from 0 to 5.

Having said all this, I'm not as bothered as all of this discussion makes it sound. Rep limits are somewhat important in terms of early access to privs, but they probably don't deserve quite the attention some of us pay them... I would like to hear Jeff and Joel discuss this a bit more on the podcast though.

link|improve this answer
I think I may have misunderstood you comment to my answer up there. I think you were referring to the daily rep limit when you mentioned time-base limit. I wasn't even thinking of the daily rep limit as something needing to be changed in that answer (that's an entirely different debate) – TheTXI Jul 18 '09 at 6:33
feedback

You're not taking into account the fact that for items which gain a lot of votes incredibly fast, the user is probably going to be stuck only earning as much as their daily rep limit would allow.

But for items that have been open a long time and earning rep that entire time, I still say you do not want to limit the rep gained from it. What you are basically saying is that as time goes on (or the popularity goes on) that item is obsolete and should no longer be rewarded.

That's like saying that if I write a book, I should only get paid for the first 100,000 copies and the rest goes to nobody in particular.

link|improve this answer
While I see your point, I'd say that a per-post rep limit makes a lot more sense than a time-based limit. We should discuss why a limit makes sense at all and then work out the most appropriate form. – Jon Skeet Jul 18 '09 at 6:27
Jon Skeet: I am definitely on the side of a limit not making sense in any real form. I was just using time frame as an example that you can't just look at the score and say "Ah! they earned at least X amount of rep!" I think you probably know about this more than anybody. – TheTXI Jul 18 '09 at 6:31
I mean a rep limit per post in any real form such as by score or by time-frame. This was not meant to be a jab at the overall daily rep limit. That's a different argument altogether. – TheTXI Jul 18 '09 at 6:35
I think that when a post becomes old, kaizen should be rewarded not the original old and potentially out of date information. I'm saying "Java and Javascript are similar like Car and Carpet are similar." is funny, but it's not one of the top 20 most important bits of info on SO. – waffles Jul 18 '09 at 7:27
TheTXI: I think we can discuss the two types of limit together. The most important question IMO is what the purpose of having a limit is in the first place. Once we know that, we can move on to work out what kind of limit accomplishes that goal in the fairest fashion. – Jon Skeet Jul 18 '09 at 7:54
feedback

You must log in to answer this question.

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