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.
- Better ask for their github account, although they probably would have shared that info if they had an account.Job– Job2011-03-17 21:00:11 +00:00Commented Mar 17, 2011 at 21:00
- 8This one time I logged into SO and realized 90% of the people on there only care about web development...then I left...so much for my rep.Pemdas– Pemdas2011-03-18 03:02:49 +00:00Commented Mar 18, 2011 at 3:02
- 4While this may work, it is not necessarily accurate. One may put significant effort in their paying job than in the casual advice contributed.NoChance– NoChance2011-11-19 12:27:36 +00:00Commented Nov 19, 2011 at 12:27
- 7For what it's worth, some of the best developers at my company either don't have an SO account or have a reputation < 100. Of course it's great if they have an account with a high rep, but you can't read much into them not having a high one.Jeremy Wiggins– Jeremy Wiggins2011-11-19 15:53:59 +00:00Commented Nov 19, 2011 at 15:53
- Actually, if the candidate is somewhat active on SO (or if they were active sometimes in the past), you'll likely find the link to it in their CV. On the other hand, interviewers rarely have the time to look over something like this. Which in some cases can be good for you, because I for example am not proud of every question / answer that I posted on SO.Radu Murzea– Radu Murzea2013-11-19 12:24:46 +00:00Commented Nov 19, 2013 at 12:24
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