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*
- 6It would really help if you'd give an example.Jon Skeet– Jon Skeet2009-07-20 20:27:31 +00:00Commented Jul 20, 2009 at 20:27
- 3Agreed. Where did you hear it, was it here on SO?Treb– Treb2009-07-20 20:30:38 +00:00Commented Jul 20, 2009 at 20:30
- There seems to be some confusion. I'm not talking about answering a question with just a link. I've actually seen multiple people refer to linking as "bad" (primarily referring to doing so without the destination site owner's permission) in and of itself. They were literally referring to linking as a bad thing which is why I was confused.Bryan– Bryan2009-07-20 20:32:27 +00:00Commented Jul 20, 2009 at 20:32
- I tried to add the above comment to the question but it wasn't letting me edit my question.Bryan– Bryan2009-07-20 20:32:59 +00:00Commented Jul 20, 2009 at 20:32
- 9@Bryan: who ever told you that was nuts. Linking is what The Web is all about - that's why it's called The Web.Shog9– Shog9 Staff2009-07-20 20:40:35 +00:00Commented Jul 20, 2009 at 20:40
- @Shog9: Frankly I agree which is why I was confused to see people say otherwise.Bryan– Bryan2009-07-20 20:53:37 +00:00Commented Jul 20, 2009 at 20:53
- As for example, I can't remember where I've seen people say it but I know the guy apologizing for the link was somewhere in this question stackoverflow.com/questions/… and this guy is looking for a way to make links to his pages not work. stackoverflow.com/questions/1155188/…Bryan– Bryan2009-07-20 21:07:10 +00:00Commented Jul 20, 2009 at 21:07
- re-reading the linking question I think I get it. I think when I've seen people refer to linking as bad they were meaning linking to specific content on a person's page like a download. Does that seem right?Bryan– Bryan2009-07-20 21:10:28 +00:00Commented Jul 20, 2009 at 21:10
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