Currently, /questions directly shows you the questions tab you visited last (without redirecting).
This would work just fine, if it wasn't for multi-tab browsing.
Consider the following scenario:
Click
Questionsto visit/questions.It opens the questions tab you visited last (e. g.
Newest Questions).Click
featuredto openBounty Questionsin a new tab (/questions?sort=featured).Refresh the first tab (current displaying
Newest Questions).Now the first tab opens
Bounty Questionsinstead.
It's just a minor annoyance, but it could be fixed easily by making /questions redirect to /questions?sort=LAST, where LAST is the user's last choice among newest, featured, etc.