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
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...
Answer
#2: Post edited
- 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
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).