Why do programmers help each other without pay?

  • Mailing Lists
  • IRC
  • Stack Overflow
  • Blogs
  • Open Source

What are some analogies to other professions?

link|improve this question
1  
@Mehrdad: meta.stackoverflow.com/questions/774/… ...covers some of the same ground, and meta.stackoverflow.com/questions/7616/… could almost be considered a subset. – Shog9 Jul 27 '09 at 16:18
53  
One of the best ways to learn anything is to try explaining it to someone else – Rich Seller Sep 17 '09 at 14:12
4  
If this belongs at here all it should be in Community Wiki... – Nathan Taylor Sep 17 '09 at 14:12
1  
should be community wiki – Samuel Carrijo Sep 17 '09 at 14:12
1  
Feels like a meta question to me... – 0xA3 Sep 17 '09 at 14:13
2  
Man I butchered the grammar on that comment. :( – Nathan Taylor Sep 17 '09 at 14:18
10  
What in the world is this question supposed to do on meta? – balpha Sep 17 '09 at 14:18
2  
Maybe Welbog is trying to send a secret message? – balpha Sep 17 '09 at 14:20
4  
People are apparently really suggestable... this definitely doesn't belong on meta. – Powerlord Sep 17 '09 at 14:23
3  
How is this not StackOverflow/StackExchange related? This is a question about why the StackExchange idea works at all. Why do ANY technical experts give away the knowledge that they could be paid for. They are increasing their own competition! – devinb Sep 17 '09 at 15:02
1  
@devinb: Is this question Stack Overflow related: "Why do so many websites render links in blue? e.g. Google, Facebook, Stack Overflow, Coding Horror, craigslist" – balpha Sep 17 '09 at 15:43
3  
It's a human behavior / psychology question. Belongs on FreudOverflow.com... – Shog9 Sep 17 '09 at 17:18
1  
You seem like a really nice guy. Despite that this question really belongs on meta. Maybe that's an answer: SO contains less noise. – GvS Jun 9 '10 at 13:11
show 6 more comments
feedback

migrated from stackoverflow.com Sep 17 '09 at 14:15

This question came from our site for professional and enthusiast programmers.

51 Answers

1 2

For a lot of them - they're doing it from work - so technically they are being paid lol :-)

link|improve this answer
show 2 more comments
feedback

To get more Stack Overflow rep.

link|improve this answer
1  
Woot! 1000 rep! – Nathan Taylor Sep 17 '09 at 14:15
5  
Over 9000! – Randell Sep 18 '09 at 9:14
feedback

Because it's fun.

I like learning from other people, and if I can contribute back, that's cool.

But really, for me at least, it's fun.

link|improve this answer
feedback

I do it for purely selfish reasons.

I'm tired of seeing really awful code in production systems. If I can do a little bit now to help bad programmers do a little bit better, then maybe I'll have fewer fires to fight in the long run or when I switch to different companies.

link|improve this answer
show 1 more comment
feedback

I help because people on Stack Overflow have helped me. Returning the favor seems only right.

link|improve this answer
show 1 more comment
feedback

I like to help people out because as much help as I give, I also take.

link|improve this answer
feedback
  • I like helping people. It's a good feeling to know that you've made someone else's life better.
  • I like doing things I'm good at - don't we all? I'm reasonably good at explaining things, and I know a reasonable amount about the subject matter of SO, so...
  • Yeah, the rep and badges help too. It would be stupid to deny there's an ego boost.
  • It shows me what other people are having trouble with. This is good both in terms of extra-curricular activities (writing) and it gives me a heads-up about what I might run into myself one day.
  • It's a great way to learn more about a topic: pick a question which you don't know the answer to, but think you can work out with a bit of research. Everyone wins.
link|improve this answer
3  
+1 for "It's a great way to learn more about a topic". I've learned a lot from lurking SO and as someone who loves learning this is a big reason why I read it, but not so much why I participate. – Welbog 2 - Welbog in time Jul 27 '09 at 16:42
show 1 more comment
feedback

To tell you the truth... StackOverflow feels like a game to me.

I browse the site, filled with puzzles I can solve and I get points for solving them properly. Yes, sometimes you get beaten by someone with a less thorough answer than you (I like to answer in the most thorough way possible), but it is very rewarding to see you have helped someone solve their puzzle!

Also, for the past week, I wasn't able to sleep until I had hit my 200 cap on SO.

link|improve this answer
feedback

Karma

Some things are more important than money.

I can't link to other professions as I don't know them, but I believe this is a general human trait.

link|improve this answer
feedback

I believe, that helping out a fellow programmer allows to both build credibility for yourself and improve your overall understanding of the underlying problem, programming language, etc.

link|improve this answer
feedback

The non-selfish reason is simple professional courtesy. There have been far too many times in my career when I have a problem that I just can't get past, but a different set of eyes finds the solution immediately. If I can be that set of eyes for someone else, I'm happy to help.

The selfish reason is self-promotion. Pro bono help here and there can build reputation (in the general sense) which might lead to new contracts, book deals, etc.

link|improve this answer
feedback

To show off....its all about the rep

link|improve this answer
4  
Definitly. Takes dating to whole new level. I can't wait until I can offer "Want to come to my place so I can show you my diamond mod tools?" – Filburt Jun 1 '10 at 10:50
feedback

Because they need a "third place" besides home and work. They might tend to be working hard and not have much free time, so virtual communities are attractive. Like Joel said in 2003.

link|improve this answer
show 1 more comment
feedback

Like Welbog, i'm tired of seeing poorly-written code. I'm also tired of seeing poorly-written questions on other forums. I don't ask a lot of questions, anywhere - I google them first, and chances are i'll find a match. But it's also rather likely that the match i'll find has been asked so poorly that it has failed to garner any useful responses*. So my goal when i signed up for SO was to gain enough reputation so that i could edit such questions, hoping that others would do likewise. Having done so, i tend to only answer questions that interest me in some way - i'm not especially entertained by the rep game.

A side-effect of these motivations is that i consider "Don't do it" a valid answer. I don't care that your boss is forcing you to build a routine that punches users in the face, and told you to build it using nothing but cryptically-named global variables for state... If there's even a slim chance that i'll ever have to use such software or look at such code (and since all Q&A is public, that chance is pretty good...) i'm going to do my best to dissuade you. Selfish? Yes. But i don't think SO needs to be yet another site packed full of bad ideas and ugly hacks - again, there's always the MSDN forums if that's what you're into...

 

*The MSDN forums are particularly bad in this regard. Often the only response will be a request for clarification and a link to an article on the general topic - apparently, MSFT folk are unaware of how flaky MSDN links are...

link|improve this answer
4  
MSDN links are the real WTF. It's like the documentation team forgot that if you can't find documentation you can't use it, no matter how good it is. – Welbog 2 - Welbog in time Jul 27 '09 at 16:34
2  
+1 for linking to Welbog. – Hilarious Comedy Pesto Jul 27 '09 at 16:36
1  
Also I'll agree to the way I answer questions now. I'm tired of answering the same questions the same way over and over. It's sufficient to me that a question has a good, correct, non-WTF answer. Who cares about rep? The benefits of having a repository of good answers to common questions severely outweigh any perks I can gain from having a high reputation. – Welbog 2 - Welbog in time Jul 27 '09 at 16:38
show 1 more comment
feedback

I love what I do. I want other people to enjoy it too. It's hard to enjoy something when you've been stuck in the same rut and banging your head against the same problems over and over. When you finally find a solution to the problem, the avid programmer wants to share it with the rest of the programming world.

Answering questions here also advances the art of programming in general and will hopefully create better programmers who will then find and conquer increasingly difficult challenges. Its how we as an industry grow. The last Hanselminutes podcast with Uncle Bob touches on that to a certain extent.

link|improve this answer
show 1 more comment
feedback

For me the reason is simple. By sharing my knowledge for free, I will hopefully encourage others to share their knowledge for free too. Thus, I share a little and gain a lot back from the community for a simple amount of generosity.

I'm old enough to remember the time when the Internet was still a little infant, crying for it's feeding bottle. To learn something new, you had to go to school or buy a book or visit the local library. Gaining new knowledge was slow and sometimes expensive too. When I learned about SQL back in 1988, I had an advantage over others simply because working for IBM gave me access to some of their resources about a technique that was extremely new back then. Learning more about programming in general meant that I had to subscribe to several magazines and hope they would contain some useful articles. To make things more complex, I lived in the Netherlands where such magazines were very limited, thus I had to order them from abroad, making them even more expensive.

The Internet took away the borders for sharing knowledge. As a result, people started to share their knowledge, hoping the Internet would become a huge, cheap knowledge tree. And that's succeeding extremely well even at a point where publishers start to get into problems because no one buys their dead-tree magazines anymore. (And almost no one is willing to pay for subscriptions when the same information can be found somewhere else for free.)

Furthermore, sharing your knowledge will grant you a bit of fame, for which you can be recognized by others. Share a lot and your name becomes well-known at the Internet, making it easier to get a new job and some interesting offers. (Share your email address online and you'll be spammed into oblivion, though...) Just consider the number of companies that are analyzing the topics here at SO/SU/SF/Meta just to find some good candidates.

Sometimes, the things you share online can be used against you, though. If you e.g. share knowledge about how to pick locks, make explosives or your personal view on the monarchy in Thailand and why it should be abolished then you might end up in legal problems.

link|improve this answer
feedback

By helping others learn, you teach yourself, also nice to see if there are better ways of doing things than a suggestion you have made

link|improve this answer
show 1 more comment
feedback

That warm feeling when you get the accepted answer on Stack Overflow.

link|improve this answer
2  
In contrast to that other warm feeling when Jon Skeet points out the flaws in that answer. – Filburt Jun 1 '10 at 10:55
feedback

In Spanish we say: "hoy por ti, manana por mi", which roughly translate to “Today I can help you, tomorrow perhaps you could help me”.

link|improve this answer
feedback

A large part of my help is to return the favor. I know the pain and difficulty associated with having a programming problem, and the relief that can be garnered from receiving a practical, proven answer from an experienced developer. Its much more useful and complete, in general, than spending hours pouring through documentation. Also, there are questions that documentation just can't asnwer. Others have done this for me, and, even if I viewed it completely selfishly, I need to do it for others just to help the community go 'round and have my questions answered in the future.

It also helps me realize which questions I can answer confidently. If I can't give a solid answer to a question that I am ready for others to criticize, I need to read the answers that come in!

link|improve this answer
feedback

What comes around goes around. Always.

link|improve this answer
1  
In the long run. For the appropriate definition of the long run. – Scott Wilson yesterday
show 1 more comment
feedback

My feeling smart[1] lobe is wired to my pleasure centers.

Also, reputation is like crack cocaine.

[1] resp. being a smartass :)

link|improve this answer
2  
CrackOverflow . – Won't Jul 27 '09 at 18:36
show 2 more comments
feedback

I help because I like rep. (Don't we all?)

But, there is always that voice in the back of my head reminding me that sometime I'm going to have a really big problem on a project, and there is going to be a bunch of people on StackOverflow that can help me, while simultaneously debating whether the question belongs on Serverfault.

link|improve this answer
1  
If you don't like Sarcasm, please upvote this post so we are clear on whether sarcasm is allowed: meta.stackoverflow.com/questions/5314/… – Chacha102 Jul 27 '09 at 17:35
show 2 more comments
feedback

Putting answers on the web. SO is an answer archive.

link|improve this answer
feedback

There are professional mailing lists in a lot of different domains such as journalism as well.

Scientists are even more extreme. In a lot of cases it costs a scientist to publish a paper. They don't work directly for money but they work for reputation and get funding based on their reputation. Scientists also have mailing lists.

There also the factor that programmers are usually more likely to use technology such as mailing lists, IRC while a lot of other professions are much more likely to pick up the phone and call someone.

link|improve this answer
show 2 more comments
feedback

Because of the very same reason why people are editing articles in and writing articles to Wikipedia.

link|improve this answer
feedback

Because I might have to work with you some day.

link|improve this answer
feedback

This site just makes you addicted ... reputation ^^

But it is very interesting to just follow the activity of a few people (top users like Jon Skeet for instance [there are more ... but Jon is just example #1] or MS employees like Eric Lippert) and see their answers to challenging questions. Great insight!

link|improve this answer
feedback

Just for Fun :)

link|improve this answer
feedback

Learning & Helping others.

Sure, I do want to be high-ranked. But, my area of knowledge is shallow, I guess.
There are others who have very in-depth knowledge of things & they are good people to learn from.

link|improve this answer
feedback
1 2

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged