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

80%
+6 −0
Q&A Allowing a user to choose which kind of comment to use --- simple or threaded

As far as I'm concerned, one of the main points (if not the main point) of having threaded comments is to keep things more organized, separating different discussions in their own threads. I act...

posted 3y ago by hkotsubo‭  ·  edited 3y ago by hkotsubo‭

Answer
#2: Post edited by user avatar hkotsubo‭ · 2021-06-28T12:33:30Z (almost 3 years ago)
  • As far as I'm concerned, one of the main points (if not *the* main point) of having threaded comments is to keep things more organized, separating different discussions in their own threads.
  • > _I actually needed to write a few single-line small comments_
  • I understand that you thought your comments could be "independent" (not part of a thread), but in the end they're talking about _something_, and that something can become a discussion (AKA a thread): if someone replies to that comment and start discussing about what you wrote, well, that's a thread. Maybe it wasn't your original intention when you wrote that comment, but what was intended to be a "solo comment" now has became a thread.
  • And what should be done in that case? Convert the non-threaded comments to a thread? Or keep the comments unthreaded (but now they're talking about the same subject, so it'd be better if they were part of a thread)? I believe that it's simpler and better to just make all comments threaded by default.
  • I believe that mixing two types of comments (threaded and non-threaded) would be an unnecessary complication: it would not only make the UI more cluttered (threads are collapsed by default, how should the non-threaded comments should be displayed?), but also - I guess - it would make the implementation unnecessarily more complicated (consider the case I mentioned above - and perhaps many more corner cases that would happen).
  • As far as I'm concerned, one of the main points (if not *the* main point) of having threaded comments is to keep things more organized, separating different discussions in their own threads.
  • > _I actually needed to write a few single-line small comments_
  • I understand that you thought your comments could be "independent" (not part of a thread), but in the end they're talking about _something_, and that something can become a discussion (AKA a thread): if someone replies to that comment and start discussing about what you wrote, well, that's a thread. Maybe it wasn't your original intention when you wrote that comment, but what was intended to be a "solo comment" now has became a thread.
  • And what should be done in that case? Convert the non-threaded comments to a thread? Or keep the comments unthreaded (but now they're talking about the same subject, so it'd be better if they were part of a thread)? I believe that it's simpler and better to just make all comments threaded by default.
  • I believe that mixing two types of comments (threaded and non-threaded) would be an unnecessary complication: it would not only make the UI more cluttered (threads are collapsed by default, how should the non-threaded comments be displayed?), but also - I guess - it would make the implementation unnecessarily more complicated (consider the case I mentioned above - and perhaps many more corner cases that would happen).
#1: Initial revision by user avatar hkotsubo‭ · 2021-06-28T12:32:21Z (almost 3 years ago)
As far as I'm concerned, one of the main points (if not *the* main point) of having threaded comments is to keep things more organized, separating different discussions in their own threads.

> _I actually needed to write a few single-line small comments_

I understand that you thought your comments could be "independent" (not part of a thread), but in the end they're talking about _something_, and that something can become a discussion (AKA a thread): if someone replies to that comment and start discussing about what you wrote, well, that's a thread. Maybe it wasn't your original intention when you wrote that comment, but what was intended to be a "solo comment" now has became a thread.

And what should be done in that case? Convert the non-threaded comments to a thread? Or keep the comments unthreaded (but now they're talking about the same subject, so it'd be better if they were part of a thread)? I believe that it's simpler and better to just make all comments threaded by default.

I believe that mixing two types of comments (threaded and non-threaded) would be an unnecessary complication: it would not only make the UI more cluttered (threads are collapsed by default, how should the non-threaded comments should be displayed?), but also - I guess - it would make the implementation unnecessarily more complicated (consider the case I mentioned above - and perhaps many more corner cases that would happen).