|
|
|
|
|
by wruza
1126 days ago
|
|
I regularly change 3 to 2 in /new/345689 links when bored with today’s content. Using ids makes logic to trac prev/next/page number incredibly complex and generally you don't need it. When it’s a public site, users may post so fast that this “next” can show some previous page. Paging via ids is a must there. |
|
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.