7 ms·
Re: Pagination Situation: There are N results shown per page. There are N+1 results remaining. Rigid/simple: The last result is put on a separate page. Flexi
by xjay 2y ago
Re: Pagination
Situation: There are N results shown per page. There are N+1 results remaining.
Rigid/simple: The last result is put on a separate page.
Flexible/human: If the last results are within some reasonable threshold then include them on the last page.
The last page is a different context.
- idle_zealot 2y agoCounterpoint: the flexible approach makes things more surprising and difficult to reason about, both for technical people and laymen. The principle of least surprise is more important than marginal improvements in edge case handling.