This is not to criticize the current system - it works very well.
But I was just wondering if there were any specific technical reasons why SO is using the URL something like:
http://stackoverflow.com/questions?page=2&sort=newest
instead of the "more" MVC-like:
http://stackoverflow.com/questions/page/2/newest
or something like that?
I ask because I'm tasked with retro-fitting those MVC-style SEO-friendly URL's onto an existing Webforms app, and I was wondering about the motivation of the SO design team for going this route.