|
|
|
|
|
by marcosdumay
1121 days ago
|
|
> “next” can show some previous page That is usually a non-issue. The cost in DB operations is usually much more relevant than it. When people do actually care about fully enumeration and unicity of the items they they are querying, "pagination" itself tends to be a too messy concept. |
|
As a result, a user (all of them) hits “next” again until a page looks like containing new posts. It’s multiple requests wasted.
Anyway, what exactly becomes messy?