vote up 26 vote down star
12

Doctor says: My job is meaningful because I save lives.
Programmer says: My job is meaningful because I... umm... write DB queries?!

Are you proud of being a programmer? Do you think that your work has positive effect on people's well being?

Or you just happen to do programming because you have bills to pay...

Note: Similar to this question from a few months ago.

flag

53 Answers

1 2 next
vote up 4 vote down

I work (at the moment) in the games industry, so sure! Games are entertainment, and entertainment, almost by definition, makes people happy. W00t!

link|flag
show 1 more comment
vote up 15 vote down

I think that the level of meaning has a great deal to do with what you program. Years ago, I worked writing games for online gambling. I loved the work, but felt terrible about what I was doing because I don't like gambling.

Since then, the software I write tends to save companies millions of dollars. It allows new businesses to succeed where they couldn't before thus creating jobs and indirectly giving people a better standard of living.

So, yes, I am proud of what I do and I think it has a very positive effect on people and society.

link|flag
show 1 more comment
vote up 2 vote down

When I worked on 'in-house' apps, i sometimes felt like my work didn't mean a whole lot. that is until the system goes down and try see what the users have to go through to do stuff manually.

but there is nothing quite like the feeling of seeing something you 'create' (even partially) in "public".

like unwind said, games are a great example of that.

link|flag
vote up 65 vote down

All those fancy machines you see in Oncology units that help in detection of cancer:

  • Programmers wrote those
  • Devices that help cops track down criminals - programmers wrote those
  • Sites that publish AMBER alerts and are working to an open specification to share this data, were written by programmers
  • Moving to paperless medical records - a programmer will be involved
  • Listening and interpreting hostile chatter from terrorists for gov't agencies like the CIA, I'm sure there are programmers involved
  • Although your line of work might not be directly involved with saving lives, there are a lot of things programmers do

In fact, how much could a doctor do without the technology some group of engineers or programmers have provided?

link|flag
1  
If you're writing medical or security code that helps people, then great, but honestly how many here are writing that stuff? Just because programming can help people doesn't mean that your latest online store does. If you really want meaning, you find it yourself. It's not just the programming. – tgamblin Nov 15 '08 at 0:10
show 14 more comments
vote up 4 vote down

Well, I make peoples lives easier by providing them with automated tools to do their job.

Lets add some more examles:

Banker says: I pass around non-existant money to people who spend it on stuff they can not afford. Lawyer says: I throw sticks under peoples feet and get paid to take them out again.

link|flag
vote up 11 vote down

At the moment, I work for a State government. Our department's software is used in various places, including tracking the location of Wildfires for emergency services.

So, you could say, our applications do help save lives.

link|flag
vote up 10 vote down

I work on software that gets airplanes from A to B as efficiently as possible, meaning the airlines save money and the planes burn less fuel. I would consider that to be meaningful enough.

link|flag
show 1 more comment
vote up 8 vote down

Why does my job have to have meaning? I enjoy what I do, and conveniently it pays the bills. I would say it's more important for your job to be enjoyable for yourself, rather than have 'meaning' in the world.

link|flag
show 2 more comments
vote up 4 vote down

I used to write software for local government. It basically was a workflow like system for the tracking of benefits applications. As you probably know fraud is a massive problem with benefits, and our system helped - meaning there was more money for genuine applications :)

OK, so it's not exactly saving lives, and it probably didn't make a big difference, but still.

link|flag
vote up 2 vote down

I haven't worked on any of the following, but I am proud that other programmers have created it, and in doing so, improved the lives of countless others:

  • Internet protocols - in conjunction with the hardware has enabled unprecedented human communication
  • Wikipedia - unprecedented spread of human knowledge
  • Folding@Home and other medical research run entirely in computers, thereby making certain research faster and reducing the need for human trials
link|flag
vote up 6 vote down

Yes! I am "proud to be a programmer."

In my career I have worked on systems that have had both direct and indirect positive impacts on the lives of real people.

One system that I designed saved tax payers hundreds of thousands of dollars every year. That's a nice impact. Another system I helped design and build made it easier for child welfare workers to do the administrative portion of their jobs, allowing them to spend more time in the field working with at-risk children.

In the private sector, I have designed and built systems that have saved companies money, or time, or both. These kinds of projects have the direct impact of increasing company profits; this allows the company to hire more people, or pay better wages, or increase employee benefits, etc.

But I do not define my life by what I do for a living. I am a Person, created in the Image of God, and put here on this planet to live life to the fullest, and in so doing, to help as many other people as possible along the way.

God has gifted me with abilities as a programmer, and with the ability to enhance my skills with study and hard work. I give back by doing the best job possible for my clients or employers, always keeping the true end in mind, which is to make this world a better place for everyone.

link|flag
vote up 5 vote down

Our teacher in 3d-graphics used to say that by making 3d-games we develop new technologies that also can be used for visualizing cancer and stuff like that. He even went one step further and said that only by buying games you help saving peoples lives because that will give money to the ones who develop new 3d-technologies that can be used by doctors that saves lives. :P

But I think that all the communication-, entertainment- and infrastructure-applications are more than enough to make me proud to be a coder.

link|flag
show 3 more comments
vote up 2 vote down

It depends:

  • Do the fruits of your labour benefit your direct customers? Do you reduce the drugery in their lives, or save them money / time / stress?

  • Does your customer's business benefit the world? If you work for a charity that offers humanitarian aid, you should feel bad about yourself. Presumably not so much if you work for the MAFIA.

  • Does your remuneration enable you to meet your personal responsibilities? For example, does it feed, clothe and shelter your family?

If you can't say 'yes' to all the above, I suggest you start looking for another job!

[An old entry on my blog expresses some of these sentiments in a little more depth].

BTW: Don't knock writing queries: not everyone can do it, including most doctors.

link|flag
vote up 2 vote down

Think of the big picture. If doctor says my job is meaningful because I check blood pressure or I feel people's pulse, it will be roughly equivalent to your writing db queries or creating C# classes.

However doctor save lives and we make lives better. Who have created google search, all world's banking software, all CAD/CAM software, robotics software, and for that matter medial equipment embedded software? Doesn't that mean something?

link|flag
vote up 0 vote down

Well, you could probably tell that doctor, that your job helps saves lives too, because without software the health system would fall apart.

You name it, we produce software for it!

link|flag
vote up 82 vote down

If somebody tells you that the job of a bricklayer is to lay bricks on bricks then you will probably not want to be a bricklayer. But what if somebody told you about building a cathedral? It is the same with programming. You need a vision to make it meaningful.

link|flag
1  
Bricklaying is more like, say, data entry. Being a programmer requires making lots of important decisions, so it's more like being an architect who also gets to lay the bricks. – Germán Nov 14 '08 at 21:53
show 8 more comments
vote up 1 vote down

Find out what you enjoy doing, do that for a living, and adjust your lifestyle to match its income.

It is a paraphrase quote but I cannot remember by who.

link|flag
vote up 3 vote down

I'm a programmer, so I can laugh at jokes about random numbers and binary notation. Who will, if I don't?

link|flag
vote up 5 vote down

I have to say I'm very proud of what I do for a living.
I kinda feel like writing code is an art form.. To me just getting better at it. Making the code cleaner and cleaner, faster and faster.. Oh man, it gives me shivers.

I've written some very helpful software (for schools) and some less then helpful software. I'm always proud of the beauty of the code (not strickly true, when I look back on the junk I thought was great years ago).

I think taking pride in the effort makes any job great.

My only wish is that the art we create was seen and understood by more. Sometimes I feel like a sidwalk chalk artist after a rain.. It was amazing, but noone will ever see it.

link|flag
show 1 more comment
vote up 0 vote down

Society as we know it today wouldn't exist without programmers. Somebody has to invent all that fancy technology (OK, engineers did most of that, not programmers), and write code to make it work (that's definitely us)! So yes, I feel we are a very important profession!

link|flag
show 1 more comment
vote up 3 vote down

I work as a consultant to state governments, helping individual agencies improve their applications to better serve the citizens. (My specialties are enterprise application integration and legacy modernization.) Depending on the agency, my profession can feel meaningful because I'm saving millions of people a lot of money in taxes by making systems more efficient, or because I'm fixing a web application that will ensure disabled people get the assistance they require.

I can't map anything I do 1:1 to anything meaningful. All I can do is hope that my work results in a success for the agency and that success trickles down to the people who need it most.

link|flag
vote up 2 vote down

Funny that this question would come up. I work for a division of our company, a company that builds war-fighter technology, which helps to prevent accidents, save lives, and promote a work/life balance. Is that even possible? Yep. I work on critical systems which enable those wounded on the job to receive compensation and time off. I also work on the systems which ensure safety compliance in our production facilities and systems which track accidents that almost happened.

Is it meaningful? Well, as a programmed I would say compared to the other work we do it pales in comparison, but to the guy who just had a large metal sheet crush his toe, maybe it is meaningful. :)

Perspective is certainly key in our line of work. If the customer appreciates what you do, then it is meaningful to someone.

link|flag
vote up 1 vote down

Programmers solve puzzles.

We handle things which are too complex for most people to keep straight -- not necessarily too complicated for them to understand, but, complicated enough that they don't want to mess with them. They discover problems to which we can sometimes provide solutions.

Some solutions help people (medical, educational), some hurt people (spam, phishing), some are gray area doing good, bad, and not much all at once (Grand Theft Auto?), some are academic exercises (code for code's sake that may advance theory and might end up in any other solution later).

The thing that makes me proud is that, if I do it right, I'm solving a problem that may never need to be solved again, building a path between a question and an answer that didn't exist (or wasn't available) before. A clean, reusable solution that other programmers can then take for granted as a stepping stone toward their goals. (In practice things must often be redone, but, ideally, not too often and maybe the essence of my solution can survive and all that needs to be done is to, say, translate the language.)

A daunting puzzle is replaced with an elegant solution.

Hopefully I choose to provide solutions that help educate kids, save lives, etc. instead of those that help rob old people, exploit the poor, et al. If so, I get the sense that I've done something good myself, and that it might make the next good thing that much easier for the next guy. Even coding for a good cause (say, routing ambulances), if done badly, can do much more harm than good. The idea is to be good at the craft and do it for good reasons. When you feel like your work isn't helping anyone (or that it is helping only really evil types) or you feel like you're doing the same thing over and over again (why should you need to re-solve what's now solved?) then it's time for a change.

Programming pays bills, for which I'm very grateful. It helped me buy a house, and provide for my family. If it didn't pay bills, I wouldn't program, but I think I would still solve puzzles (I'd be a mechanical, electrical, or structural engineer, a teacher, an astronomer, a physicist, ... whatever could let me use my mind and still pay enough to keep my family fed, clothed, and sheltered).

Each solution we share has the potential to advance us all.

link|flag
vote up 10 vote down

What I find interesting about your question is that it talks about an end result with the doctor, while it talks about a process step with the programmers. It's easy to look at the intermediate steps of what we do, or even the end result, and think it isn't meaningful relative to what a doctor (or some other profession) does. I see it differently.

In my career so far, I've had a chance to write software in a wide variety of areas (government, health care, marketing, communications, newspapers, public radio, public television, and non-profits). Nothing I've written has cured disease, or saved people from starvation. But it has done things like make sure medical professionals get paid for services they've provided, given job seekers opportunities to interview for job openings, and provided companies with the ability to market their offerings to people who actually need them. I'm proud of the outcomes in those cases, but also of putting in my best effort to deliver a quality product.

So many industries rely on those of us who solve problems with software, that if we aren't proud of the work we're currently doing, we can find a place that will satisfy that need.

link|flag
show 1 more comment
vote up 0 vote down

I have spent over a decade creating health promotion software that I know has a direct, beneficial impact on the companies that adopt it. After all, to sell our package we need to document its effectiveness to justify the investment.

So, yes, I think there is little question that programming can be meaningful!

link|flag
vote up 0 vote down

Are you proud of being a programmer?

Yes. I think being a programmer is a cool profession, like being a bebop saxophonist or something.

Do you think that your work has positive effect on people's well being?

No. Because at work I work on "enterprise" business software that that helps to drive the engines of capitalism. I don't think that has a positive effect on the world.

At home, as a hobby, though, I program music and art applications. I don't know whether this has a positive effect on others' well-being, but it makes me feel better.

link|flag
vote up 2 vote down

I save lives too.

I work for a medicine distributor (HDMA). If my programs don't work, someone might not get their insulin shot on time.

link|flag
vote up 0 vote down

Being a programmer means you get to post stuff on Stackoverflow.com What more could you want?

link|flag
vote up 2 vote down

Every profession is meaningful if you like it and if you do it well. I read an interview to a former classmate of Barack Obama that now is a clockmaker. He said: his destiny was to be president, my destiny was to be a clockmaker. Both of us achieve our target. (Sorry for my english, I am learning...)

link|flag
vote up 1 vote down

I've been a doctor and a programmer. Neither one is more or less meaningful than the other. (This is offered as personal experience without debate).

link|flag
show 2 more comments
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.