Why does SO paginate answers? Why not have all of the answers on a single page and allow the user to simply scroll using the browser? Why force the user to hit a next page button?
|
|
Speaking of pagination, perhaps Jeff & the team could implement a scrolling pagination like dzone (http://www.dzone.com/links/index.html) has. So when you scroll down and pass, say 80% of the page, it loads up the next 25 answers. I can't see this being a high priority, but this is pretty cool and could be a sexy side project for Geoff or Jared. |
|||||||||||||||||
|
|
Because some people decided it was a good idea to ask questions that every person reading could answer. And so they did. And the page grew too heavy, and was split up. |
|||||||||
|
|
Sometimes there's just too many answers. I am a pretty avid user of StackOverflow and I hardly ever stumble upon questions that have paginated answers. If you're seeing too many of these you should probably get out of the what's your favorite cartoon type questions :) In all seriousness, though, the idea of the site as a Q&A site is that most of the time you're only going to want to see the top 1/2 voted answers for your solution and move on. Some questions defy this format and end up with more answers than necessary, so pagination is necessary. |
|||||
|
|
Because there are questions with hundreds of answers. This would make the page really slow Classic example: http://stackoverflow.com/questions/305223 |
|||||||||||||
|
|
I think there are two separate issues involved here. When there are "too many" answers, there may be some value in only showing the top 50 at first. But the "pagination" model where each successive page only shows another 50 seems tedious. And having separate buttons to click into an arbitrary page is bordering on pointless. There's no frame of reference that allows any reasonably accurate way to find something by going directly to a page. Couldn't there just be a "show all" button? And maybe even a preference setting so I can always get that view? If I click that button, I'm not going to complain if it's slow. Not only can I scroll to wherever I want, but I can use my browser's "find" function. |
|||
|
|