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.
- +1 My Philosophy in the professional world is that I ALWAYS make time for another developer with a question. I will stop what I'm doing and answer another programmer's question every time. Well, just about every time - I have had exactly one colleague ever who was just a complete numb nut and never left me alone and I had to tell him I'd catch up w/ him in a bit - but I still did. It's called karma. I realize the academic setting may be a bit different but I don't recall anybody having the problem you're describing.Chuck Stephanski– Chuck Stephanski2011-03-23 05:49:12 +00:00Commented Mar 23, 2011 at 5:49
- @Chuck - I like the sound of that. If all of us took the attitude that we don't have time to help other devs who have questions, Stack Overflow would never have been the success it is. Answering questions helps us to learn and understand things in a deeper way than we might have otherwise, and asking them helps us be the kind of humble developer that will continue to "suck less each day" as Jeff puts it.Zann Anderson– Zann Anderson2011-03-23 11:16:44 +00:00Commented Mar 23, 2011 at 11:16
- @Chuck-The philosophy is good but when it meets the real-world, it often doesn't work. Sometimes you run into that person who finds that it is easier to keep asking for help than to actually spend effort figuring out the answer their self. I don't mind when it is one-off occasionally, but when it becomes the person's default behavior it severely impacts my ability to meet schedule. When this happens, I ask them to please start emailing the question and I will get to it when I am not involved in something else. Then they either latch on to someone else or learn to figure it out on their own.Dunk– Dunk2015-04-30 15:49:00 +00:00Commented Apr 30, 2015 at 15:49
- In my experience, the help vampires are the ones who wouldn't move one finger if you were the one who needed help.gnasher729– gnasher7292015-07-30 15:01:36 +00:00Commented Jul 30, 2015 at 15: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. design-patterns), 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