|
|
|
|
|
by aerialcombat
2893 days ago
|
|
Yeah it's a tough problem. Maybe it's a problem without a clear answer. I do think it's more intuitive when reading a tree structure until it breaks somewhere in the middle and starts again. Then I'm lost. But I think about a flat system where I have to connect all the dots myself in the head, and it's not so pleasant either. It'll probably have to be some type of hybrid system where it takes the best of both worlds and combine nicely into one. I have yet to see such system, personally. |
|
A flat system could go one of two ways - all comments could be replies to the article itself, which would kill discussion, or any comment could reply to any number of other comments, or even other threads, which is how the flat layout of imageboards work. Although that also usually requires adding direct references to the ids of the comments or boards being replied to.
Hacker News could probably do more to make threads more readable and make navigation easier. One feature I've seen in webmail archives is links to sibling threads along with parent and OP - although that could get cluttered. Reddit also automatically paginates threads which go too deep, so the viewer doesn't see comments beyond a certain nesting level on any specific page.
Discovery tends to break down with long threads, regardless of the layout. I don't think there is a solution that won't require the reader to have to read a bit and possibly encounter content they find uninteresting. I liken forums to parties where you're wandering through a crowded room, listening to conversations other people are having. You can't expect to just immediately be entertained, it takes time to get context. With forums, features like karma are supposed to guarantee that the higher quality content is easiest to find (assuming some objective meaning of "quality" not defined here) but you still have to lurk and read.
In the end, though, that's supposed to be part of the fun.