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*
- @EnergyNumbers yes. go look at a 30+ answer question on SO to see how it works. stackoverflow.com/questions/901115/… Here's one.wax eagle– wax eagle2013-05-15 14:54:05 +00:00Commented May 15, 2013 at 14:54
- Note that this still doesn't encourage people to move very valuable information from comments into posts, as they will still know that others can read the comments. The goal here is primarily to incentivize people to take valuable information from comments and edit them into questions/answers.Servy– Servy2013-05-15 14:57:55 +00:00Commented May 15, 2013 at 14:57
- 1@Servy well, the incentive is that if you don't integrate it into the answer the visibility is significantly lessened (it doesn't show up). Obviously that's not the ideal, but we don't want to delete them outright and we don't want to spend time dealing with it, so this is the correct compromise.wax eagle– wax eagle2013-05-15 15:01:46 +00:00Commented May 15, 2013 at 15:01
- 1@waxeagle I don't see that as sufficient evidence for most people to take the time to edit their posts.Servy– Servy2013-05-15 15:02:24 +00:00Commented May 15, 2013 at 15:02
- 1@Servy again, this is a compromise solution. It's the lazy solution using existing features and policies. Thus it's far more likely to get implemented.wax eagle– wax eagle2013-05-15 15:09:26 +00:00Commented May 15, 2013 at 15:09
- 2Sure it could be implemented, but if it doesn't solve the underlying problem it doesn't really help...Servy– Servy2013-05-15 15:16:32 +00:00Commented May 15, 2013 at 15:16
- 2It should be comments older than 30 days. I've seen a lot of helpful comments on old posts saying something like "this method is now deprecated. Check out this answer (link) instead."JDB– JDB2013-05-16 13:31:29 +00:00Commented May 16, 2013 at 13:31
- I think they should be soft-deleted. Giving a limited lifespan to comments will entice people to move their contributions to the post.Sklivvz– Sklivvz StaffMod2015-01-08 17:02:23 +00:00Commented Jan 8, 2015 at 17:02
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