|
|
| | Ask HN: do you value Github profile more or StackOverflow? | |
6 points by codegeek on Nov 1, 2012 | hide | past | favorite | 3 comments
|
| | So I know that there is no zero sum game etc but I was wondering how do you evaluate another hacker based on their online profiles ? Github lets you see someone actual work/code samples etc. but a forum like stackoverflow gives you insights about how someone approaches a problem, respond to it etc when answering questions. A combination of both is of course ideal but if you have to only choose 1, which one ? |
|

Join us for AI Startup School this June 16-17 in San Francisco!
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
To comment on the actual question, i.e. which do I value more, I'd say github. This probably comes from my bias of valuing execution slightly more than domain knowledge (and understanding executors better than domain experts).
Here's an example to illustrate why I believe this way. Person 'a' may write an instruction manual for some appliance -- this may take considerable skills (it is unclear whether they borrowed the instructions or composed them entirely themselves). How do we know if the instructions are accurate without first implementing them? Either we or someone else, let's say person 'b', must execute on said instructions and have the knowledge to know whether the build was a success. By this, I do not make the claim that everyone on github who builds things writes good code (or even understands if they've assembled the parts correctly). I have, however, experienced that a good github profile (on average) provides me with more information than a stackoverflow post. Do they contribute with others, do they comment their code, do they catch bugs, do they write efficient code, how regularly do they contribute? Granted you can obtain some of this information from stackoverflow, but this leads me to a question of my own -- why choose just one?