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*
- I don't mean to mandate the sharing of posts on all sites with mutual tags. I mean to suggest the author of the question to share the question on other StackExchange networks so that he can choose where to share the question so that he can get a relevant answer. In this way we can ensure that the post has greater visibility to the intended audience and also that the post doesn't show up at the wrong network unintentionally. The "Hot questions" panel allows for only the high ranking questions whereas they're not the only ones that need to gain visibility.ikartik90– ikartik902011-12-24 15:22:53 +00:00Commented Dec 24, 2011 at 15:22
- @ikartik90 Cross-posting questions verbatim is discouraged across the network. Each site has a specific focus and directly posting the same question wouldn't work well. For example, a C#-tagged question on SO can't be the same as a C#-tagged question on Programmers. Questions that are posted to the wrong site are already migrated to better places as well.Adam Lear– Adam Lear StaffMod2011-12-24 15:28:50 +00:00Commented Dec 24, 2011 at 15:28
- but doesn't that hide your problem out from the problem solver to an extent? Maybe someone out there knows the solution to your problem, but he might not even have seen your question.ikartik90– ikartik902011-12-24 17:16:53 +00:00Commented Dec 24, 2011 at 17:16
- @ikartik90 And maybe someone knows the solution and doesn't use any SE sites at all. There are no guarantees here. The answerers should be able to choose which sites and tags to follow.Adam Lear– Adam Lear StaffMod2011-12-24 23:01:09 +00:00Commented Dec 24, 2011 at 23:01
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