A tradition SO URL use format something like this:
http://stackoverflow.com/questions/123/foobar
My understanding when there is same title, a URL is
http://stackoverflow.com/questions/234/foobar
Why not instead use the following format?
http://stackoverflow.com/questions/foobar/123
http://stackoverflow.com/questions/foobar/234
Seems it is more natural and more restful, right?
Update: I am not saying only use slug as the only identifier, I just mean the order of the parameter. Since id is the unique identifer, it is better to put at the LAST part of the url.