-
Notifications
You must be signed in to change notification settings - Fork 129
Blacklist reaction only comments #967
Comments
Great idea. |
Users will start doing: ":+1: some trash" :-) |
@cirosantilli I don't think that's a valid concern. Those who actively want to disrupt conversations will always find a way to do so. This is mostly about keeping idiots out. By rejecting their first attempt they will be made aware of their stupidity. That said, a possible strategy to implement this, is to filter if the 👍 or 👎 is the first or last symbol in a post, then warn the user before allowing their comment. Posts entirely consisting of emojis / reactions could be rejected entirely. |
@cirosantilli I think a lot of users are just not aware that their "+1" comments are unwanted. I also think that some users don't realize they should be using reactions. Like @JayFoxRox said, this won't stop users who purposely want to add useless comments. It should, however, limit the amount of useless comments by stopping people who want to innocently agree with another comment and think the way to do that is adding a "+1" comment, and by encouraging people to use reactions more. I also think this is a better proposal than just automatically turning the comments into reactions, because that will just cause users to wonder where there comment disappeared to. I also think this method with give users a clearer message that only comments that add something of value is wanted. |
I'm joking. |
Duplicates (my 😉) #640, right? |
@TPS It is definitely related since it is the same issue, but we are proposing two different solutions. I don't think the comments should be automatically converted to reactions. I think that is confusing. Instead, I think users should be prompted with an error message when they try to post and their comment should be blocked. I mentioned the difference in a comment for issue #968, which is a duplicate of yours. |
I agree, your solution is an elegant addition to mine (though, I think, in implementation, there isn't a lot of difference between conversion & blocking). |
Only because issues touch a similar topic or area, does not mean that they are duplicates. This issue:
I'd support this, but I dislike #968 and #640 . |
Just to add my two cents to this - I'm finding myself constantly forced to chose between staying in-the-know on issues I care about and being inudated with +1s and the like in emails and notifications. Increasingly I'm finding myself unsubscribing from these threads. GitHub is full of smart people but that doesn't give it a pass for not having UI that guides users towards understanding, especially for something as simple as reactions. |
+1 |
I've implemented this feature as a GitHub App. Looking for beta-testers. Check out https://github.com/apps/always-be-closing if you're interested. Any feedback would be appreciated at https://github.com/thoughtdealership/abc-users. |
Since the introduction of GitHub reactions, users can show their support or disagreement of posts by simply adding a reaction, and they no longer need to add a comment of their own. This improvement is great as it helps keep discussions focused, by decreasing the amount of frivolous comments.
Too often, however, comment threads are still flooded with comments that look like the following:
+1
-1
👍
👎
These comments are simply worthless and annoying:
This is especially an issue on popular issue requests that have hundreds of subscribers. Every time someone leaves a comment like this, instead of just using the reaction buttons, hundreds of users are bothered with an email that doesn't add anything to the conversation.
If you need an example, just look at the following issue discussion thread, where the number of useless comments amounts to several hundred: #253
If you want to get a feel of what I am referring to, just subscribe to any of the popular threads in this repo, and watch the flood of useless "+1" emails creep into your inbox.
I am therefore adding a feature request to blacklist all comments that should really just be a reaction. If a user attempts to post a comment with just a reaction, their post should be blocked, and they should instead be prompted with a message like:
Bonus points if the following comments were also blacklisted:
+2
+1000
+9999
+WhateverRandomNumberSomeoneUses
The text was updated successfully, but these errors were encountered: