Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Etiquette for posting comments
Parent
Etiquette for posting comments
This question featured a quite heated discussion in the comments which led to some of them being removed. This action was discussed here and I have realized that our community lacks a guide about posting comments.
I would like for us to build together a list of topics we can include and avoid respectively, in the comments. These lists should stem from our Code of Conduct.
Can include
- requesting clarifications for the author. Examples: "what was the output of line X?", "can you include the stack trace?", "can you provide a reference for the second paragraph?"
- constructive criticism. Example: "why is foo() called twice?"
- +1 or thank you notes, if they also provide a little bit of information. Example: +1. This also worked with version X of the framework Y.
Should be avoided
- +1 or -1 with no explanation
- snarky comments. Example: "Codidact is not your personal assistant"
- references to overall author activity in the community. If you feel a user's activity is an issue, please use flagging instead of comments.
- providing full answers in the comments (they should be added as answers)
- secondary discussions or debates on controversial points (please ask a question on meta).
SO loosely used as a reference
Please provide your suggestions about what is OK and not OK to include in the comments.
Once we have reached a fairly stable answer for this, I will include it in the help topics and use it as a reference for moderation.
Regarding "snark" - it is very hard and subjective to define. Our overall code of conduct says "be nice", but where do y …
3y ago
Proposal: > Can Include > Helpful feedback I'd refrain from restricting the topic of feedback, because there ar …
3y ago
> Should be avoided > > secondary discussions or debates on controversial points (please ask a question on meta). …
3y ago
Proposal: > Can Include > A link to a chat room related to the question or answer. Even if tangentially. I've al …
3y ago
Before posting this on the help pages, I will compile the feedback in a separate answer. Generally speaking, comments …
3y ago
Post
Regarding "snark" - it is very hard and subjective to define. Our overall code of conduct says "be nice", but where do you draw the line. On SO, general gruff attitude tends to be treated very differently from moderator to moderator. That's obviously far from ideal.
We would have to be smarter about this than SO was. During the so-called "welcome wagon" they tried to make a push against such comments, but that's just addressing part of the problem. The first person who was rude is usually the one posting a raw copy/paste of their homework assignment and expecting unpaid volunteers to do it for them. That's incredibly rude.
If we'd then decide to always take the side of the rude homework dumper, like SO did by only remove the rude responses to an even ruder question, people get upset. The wrong people too, because the homework dumpers are rarely ever interested in becoming long-term contributors and community members.
So if we want a zero tolerance against "snark", we must have a similar zero tolerance against homework dumps. Because they will come here sooner or later. It's not enough to instantly remove the homework dump question, it should also be accompanied by 1 week ban from the site, as a suitable first warning against such rude behavior.
Similarly, we must not make the same mistake as SO taking some poorly-considered, naively idealistic stance such as "there are no stupid questions". 10 years of SO experience rather shows that "there are some questions that aren't stupid". The majority of the questions posted there are very bad and should just get deleted.
1 comment thread