Hacker News new | ask | show | jobs
by Trezoid 4933 days ago
The only time I've ever seen flat comments work is when there is essentially no discussion (stack overflow) or where there is an obvious mechanism to indicate (and link too, ideally) the comment you're replying to.

Threaded comments allow for more in-depth discussion, while making it obvious where the current thread finishes, so that skimming through is possible.

Adding thread collapsing, or have threads auto-collapse at a certain point with a separate page for that thread solves the "super long tree" issue, since the really long comment threads are hidden away if you don't want them, but still there if you want to read them.

2 comments

Single threaded conversation has worked superbly on MetaFilter for over 10 years: http://www.metafilter.com/ (ditto Edward Tufte's board - though he uses a very heavy level of moderation to maintain quality)
> an obvious mechanism to indicate (and link too, ideally) the comment you're replying too.

Like say quoting the relevant bits you're referring to? :)

It really depends on the style of conversation. It's not unusual on some forums to use the quote block (linking to the the comment being replied to) but leave it completely empty to respond to the whole comment. people can click the link to see the context, but don't have to re-read the whole thing again if they're following the conversation already.

On the other hand, quoting individual lines to comment on a specific section happens plenty too.

If the quote doesn't automatically give you a back-link, it can still be a pain to get more context. If it does, then that's probably passable but it still might be a few hops to get back to the start of a discussion and you don't get it all on one page (in a traditional flat system) if there is much activity at all. Twitter may be able to do better with a loose grouping in of related tweets (which should include all tweets being replied to) while still preserving some semblance of a flat system, but I don't know if they do - I don't use twitter extensively. I do know that I've found it sometimes difficult to figure out what is in response to what in the little I have used it, though, so I am skeptical.