You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 5You don't, deliberately. Being able to see could lead to harassment of the (perceived) flagger, which is why it won't be added.ArtOfCode– ArtOfCode2018-11-18 15:35:54 +00:00Commented Nov 18, 2018 at 15:35
- 3But harrassing the flagger would also be unfriend and unkind, right @ArtOfCode? So someone being a jerk would just get another flag and poss. come to attention of moderators earlier? More efficient flushing out of jerks? 😁😁Harrison Stemple– Harrison Stemple2018-11-18 15:49:05 +00:00Commented Nov 18, 2018 at 15:49
- 14@HarrisonStemple We aim to de-escalate conflict here. What you're describing is an escalation we wouldn't want.Catija– Catija StaffMod2018-11-18 16:01:48 +00:00Commented Nov 18, 2018 at 16:01
- 4Don't agree providing information is escalation @Catija. If the person receiving the info escalates it by attacking someone they think flagged their comment, they need to be dealt with, but they would either have just kept providing low-level unfriendlyness that gets cleaned up after it's caused it's damage, or they'd escalate something else and a mod gets involved anyway. I think I read something in the code of conduct about assuming good intentions. I would apply that to letting people know their comment has been interpreted as unfriendly.Harrison Stemple– Harrison Stemple2018-11-18 17:53:14 +00:00Commented Nov 18, 2018 at 17:53
- 5@ArtOfCode "could lead to harassment of the (perceived) flagger" - Although is this any different to seeing downvotes on your answer?DocRoot– DocRoot2018-11-18 17:58:52 +00:00Commented Nov 18, 2018 at 17:58
- 4@DocRoot Downvotes aren't harassment.ArtOfCode– ArtOfCode2018-11-18 19:56:10 +00:00Commented Nov 18, 2018 at 19:56
- 3@ArtOfCode I didn't say they were. (Although I have witnessed downvotes on good answers, where the only reason for the downvote is to seemingly harass the author - but that's another thing entirely.)DocRoot– DocRoot2018-11-18 21:19:39 +00:00Commented Nov 18, 2018 at 21:19
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you