4
votes
2answers
242 views

Hierarchical/flat comment system

I'm trying to design comment system for my reddit-like site. I like hierarchical comments because you can sort them to quickly get the best comments for large threads. Unfortunately with ...
12
votes
4answers
651 views

Hierarchical comments usability issues

For blog, what are best practices to implement topic’s hierarchical comments? How to help users to find yet unread comments when they may appear anywhere in the tree? How to show what parent comment ...