Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Post History

60%
+1 −0
Q&A Sorting answers without a page reload

From a comment "You haven't explained why that's supposed to be bad." I agree that feature requests should motivate a bit why they are posted because that information is needed to judge the request...

posted 24d ago by Trilarion‭

Answer
#1: Initial revision by user avatar Trilarion‭ · 2024-12-29T17:39:55Z (24 days ago)
From a [comment](https://meta.codidact.com/comments/thread/10342#comment-25924) "You haven't explained why that's supposed to be bad." I agree that feature requests should motivate a bit why they are posted because that information is needed to judge the requests anyway.

In this case the advantage would probably be a little more convenience by being faster and no scrolling back to the beginning of the page (although that might also be possible with an anchored link when reloading). The inconvenience by a reload however isn't that big in most cases.

On the other hand, there would be additional logic required to differentiate between both modes (in-place and with additional reload) and duplicated effort in once sorting on the server side and another time on the client side. It would increase complexity and maintenance effort of the code base (especially the duplication of the sorting).

Taking both together this feature should not be implemented because very likely there are more than enough features that deliver a higher return with lower effort.

Sidenotes:

Still, when doing the page reload, an anchor should be used to avoid scrolling back to the beginning of the page.

A more general discussion about which features should/could be done in-place (unfolding/folding of comments for example) and which rather should not would be interesting.