-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: show number of comments of an item on the main page next to the timestamp #209
Comments
We previously had comment counts but removed them in #171 because it wasn't worth the added complexity and overhead. However, if |
@iuioiua would you be willing to bring this back via an index? Something like a cached comment count on the post object itself? |
Slightly likely not. However, I'd be happy to consider a PR that does this without incurring too much of a complexity cost. |
It seems this feature would incur a similar complexity cost that voting functionality has incurred on item logic, which has been a bit of a pain point for the codebase, IMO. For that reason, I'd rather not have this feature. WDYT, @brunocorrea23? |
Gently pinging @brunocorrea23. |
Similar to what Hacker News does (https://news.ycombinator.com/)
The text was updated successfully, but these errors were encountered: