vote up 87 vote down star
67

What are things that make a programmer's life miserable?

flag

147 Answers

vote up 3 vote down

1) No Free Beverages 2) The HR thinks they are the main Bread earners for the company and the programmers are just fancy typists. 3) Slow crappy computers 4) Every Programmer should have his own private office.Good programming requires lots of skill and concentration and all the noise around the cubicle doesn't help the cause. 5) Cleaning someone else mess.

link|flag
vote up 2 vote down

In contrast to Paul Biggar; Working on a team instead of largely on your own. Because of one team members thoughts on how a build system should work, half of our projects can't be built directly/without the projects that depend on them. I envision this to be either because the other dev is a masochist or doesn't work below the UI layer very often.

Similarly, derailed meetings; and using generalities and metaphors in an argument/discussion, where they don't fit, or where no instance of the generality exists.

Basically, any time you have a bad mix of personalities on a team. We have one very strong minded individual, and quite a few 'weaker' personalities. It just doesn't work well...

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

This has to be said: pressure and stress come from within. What makes the programmer miserable is his or her own business and unique to everyone. I was miserable at a programming job, but it really wasn't the job. It was me. With a proper attitude adjustment I would have been fine. You can't do this on your own, but you do need to realize you need help. Giving yourself an attitude adjustment is like trying to give yourself a haircut.

Now obviously the work is stressful. But any job is stressful. I worked at a company that had written job descriptions that marked each item as "cope with the stressors of..." so your job is to deal with the stress.

One good way to cope with stress as we humans are the talking animals, is to blow off steam to those who can understand us. So whining and sharing your misery with your programmer brothers is a good idea.

But not one universal thing will make a programmer miserable. It's your job; do it, or find a new career. Or at least, a new job.

I realize this is a hard line and as this is a community wiki we aren't looking for one answer; but I didn't come here to bitch today. I have to go get my work done.

link|flag
show 1 more comment
vote up 3 vote down
  1. Doing admin type work as opposed to programming...for weeks at a time.
  2. QA dept that cannot recognize a defect
  3. Working OT to get a release done, then having it pulled to go back to working on a prior version.
link|flag
vote up 9 vote down
  • Websense (I call it the Great Wall of China)
  • Not being able to target .NET 3.5 because the server is still running Windows 2000
  • Stupid IT politics (My customer lost a lot of time because on a new push of new Symantec)
  • Lack of planning
  • Lack of interest of the domain
  • Every person in the company has its own version of the rules...
link|flag
2  
+1 for websense. I've lost track of how many times I finally found one page that seems to match my problem based on the short google description, and then websense blocks it for having social networking tags. – tessa Jul 30 at 13:57
3  
websense blocked google.com at one point – framer8 Jul 31 at 14:42
vote up 1 vote down

i'd have to say incompetent clients, they make life so hard some times.

and things that don't work when they should!

link|flag
vote up 45 vote down

Being on teams who are content working long hours, who lack focus, and in a constant state of emergency yet have no desire or will to improve their processes.

A close second are those who talk a lot about code quality or being Agile, then do the opposite using the "Agile" or "Extreme Programming" methodologies as an excuse to continue their wild west style of coding.

link|flag
3  
+1 because I am living this right now! Wonder if anyone from my work reads SO? Meh. :) – Tony Jul 30 at 13:17
1  
There is nothing worse than a programmer who works long hours, is always "busy" but never wants to learn to do things better/faster/easier. – Jonathan Parker Jul 31 at 0:38
5  
+1 because people think that long hours = respect from management. – Jon Aug 1 at 22:17
show 3 more comments
vote up 38 vote down

Microsoft Access.

  • Bad non-standard SQL engine
  • Poor DDL support
  • Non-standard data types (e.g. Number, Yes/No)
  • Scales badly
  • Version-sensitive
  • Deployment problems
link|flag
7  
I would say Access users who do not know how to normalise data. The database grows too big, then gets handed over to IT. – Podge Jul 30 at 15:27
2  
i want to vote this 1000times up. Access is true evil – bastianneu Jul 31 at 6:41
5  
-1: Don't knock Access. Love it or hate it. That platform is just easy enough to convince people who wouldn't spend money on custom software to automate, and just limited enough to force them to hire a consultant (us) when they get in over their head. Access has created more programming work that all other technologies combined. =) – JohnFx Aug 3 at 3:20
show 11 more comments
vote up 21 vote down

Consultants

link|flag
5  
Now now, some consultants are programmers too. It's just that some of them are more dedicated to quality than others who seem to be more interested in telling the customer what they want to hear so they get their cheque. Some of us do have a moral code and do right by our clients. – BenAlabaster Jul 31 at 2:16
1  
I had the same perspective before, they criticize your work often but in the end (if they were good consultants) their advice actually helps you, but for ridiculously high rates. – Dennis Aug 1 at 21:21
vote up 103 vote down

Recruiters/HR who require 5 or more years experience in 10 different technologies and are unable to understand that programming/software development skilll is something that transcends language, OS, hardware, and environment.

link|flag
19  
Those jobs all go to people who lie on their resumes – rotard Jul 30 at 21:05
62  
Also, recruiters/HR who require 5 or more years experience in a technology that hasn't been around for that long, eg: "Must have five or more years of Microsoft Silverlight development experience" – X-Cubed Jul 31 at 1:32
2  
@X-Cubed: I love that! I recently saw a posting on the web looking for developers with 2 years 'Silverlight 3' experience. I take it they're having a hard time filling that position. – Richard Clayton Aug 1 at 16:17
4  
How about the ones who think AJAX is a programming language? – JohnFx Aug 3 at 3:18
6  
I know, don't they know it's a very good bathroom cleaner? – Larry Watanabe Aug 8 at 3:53
show 2 more comments
vote up 26 vote down

When you finally deliver code that does exactly what is asked in the requirements document and it is still, somehow, not what business wanted.

link|flag
25  
"That's what I said but that's not what I meant!" – Jason Creighton Jul 30 at 16:38
7  
It doesn't do what I want. What do I want it to do? I'm not sure. – Jonathan Parker Jul 31 at 0:41
2  
The classic problem, where users don't know what they want, they only know what they don't want... – Chris Latta Aug 3 at 3:24
2  
I've learned to live with this. No one knows what they want until they see it, so the best thing is to get them something to look at as quickly as possible – Gabe Moothart Aug 17 at 20:25
vote up 2 vote down

A lot of the paperwork/management stuff has been mentioned, so here's a technical one that's been making my life hell for the past two days:

DLL hell... Such as the Oracle .NET Data Provider seemingly mismatched, yet no resolution in sight, and not much help to be found. Massive waste of time, during which no actual work is getting done.

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

ClearCase (worst revision control software)

Linux development on a 32 bit machine running Windows XP (I love linux, BTW). The VMWare clock always gets out of sync.

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

So some anecdotal evidence on noise levels in cube farms. I have a laptop I use as my ipod, and a pair of Bose QC2 noise cancelling headphones. I used them in the cube farm because it was the only way I could drown out the loud cretin on the phone in the next cube who had to have EVERY conversation on speaker-phone... (nevermind the 5 people who decided to have a conversation outside my cube while I was on a con-call with a customer, and took exception to me screaming at them to shut-the-fuck-up whilst on mute).

Anyway. I quit that job and moved into an office with another person. Using the same headset, and the same volume levels, where before the headset would cancel noise out so you could be RIGHT behind me in the cubicle talking to me and not hearing you, I was able to hear conversations from the office next door. The volume level was THAT different. It's not good for you long-term.

It's probably a good 10-15 decibels difference. Closer to 10. Here I only get one AC fan creating noise. In a cubicle farm I get EVERY AC fan within sight. Plus everyone coughing, talking, on the phone. Every door opening, even conversations halfway down the floor.

link|flag
vote up 2 vote down
  • Backward compatibility
  • Dealing with code that sucks(written by others)
  • Doing things that are not part of his job description
link|flag
vote up 47 vote down

Weekly meetings of twenty people first thing in the morning, in which the same three or four morning people always start cracking jokes halfway through, to the complete exclusion of business. I just want to crawl back to my desk (or better still, a hammock) but the meeting can't end until we're through the agenda, and we can't do that until open-mike comedy hour is over, and there's not much hope of that while our resident rise-n-shine comic genuises are all jazzed up on caffeine and sugar and their own brilliant wit.

Policies which absolutely forbid the automation of tedious, repetitive, time-consuming chores.

Managers who believe that

  1. the whizz-bang IT methodology that was state of the art twenty years ago is the best thing in the universe,
  2. your estimates are your promises,
  3. their estimates are your promises,
  4. the longer they take to say something the more deeply it'll sink in,
  5. technical problems can be solved by adding stress, and above all
  6. the word "need" trumps everything ("We need this by Friday" "That's impossible for the following reasons..." "You don't understand, we need this by Friday."),
link|flag
7  
"the longer they take to say something the more deeply it'll sink in" - classic +1 – Aaron Daniels Jul 31 at 0:35
5  
#6 is classic. If they needed it so bad, why didn't they ask for it sooner? – Kelly French Aug 5 at 16:26
show 4 more comments
vote up 11 vote down

The biggest thing to bother me is clients that want a rush-job and don't see the value in a full software development process. Every time this has happened I've never seen the team finish the project, bugs were plentiful, and the code was a mess.

If you want something done right it pays to spend the extra time and go through the full process.

"Fast, good, cheap. Choose any two (you can't have all three.)"

link|flag
10  
I actually think it's more like "Fast, good, cheap", pick one. – Jason Creighton Jul 30 at 16:41
vote up 13 vote down

Clarity (worst piece of software I've been forced to use ever)

A project manager who was the CEOs girlfriend and who didn't even know what language we programmed in (of course she was promoted from CEO's secretary)

Expectation that I can read your mind and will design things exactly as you would want them even though you are too "important" to waste your time telling me what you want.

Punishing the developers for failing to interpret the bad requirements; it's somehow always our fault it doesn't work the way you want it to, not your fault for failing to tell us what it needed to do.

Unmoveable deadlines even when the requirements expand or the developers are temporarily moved to a higher priority project (how can I meet that deadline when no one is allowed to work on the project?) or when required information (like a file of their targeted customers)wasn't received from the client until the day of the deadline even though it was due to me a month earlier. Even worse when the deadlines can't change when we say we have an unanticipated problem that must be fixed before we go live and they make you push it live broken to meet the deadline rather than tell the client it will be late. Oh BTW it's your fault when the client them notices it's broken. Hey we told you it was broken and not to push it.

Sales guys who cut your time estimates in half (with no drop in requirements) and then complain when the project goes over projections and is only half done. NOt my fault you didn't believe me when I told you how long it would take.

Required training held at lunch time (or once even on a weekend). If it is important enough to be required it is important enough to do on company time not my time.

The client from hell who can't be pleased no matter what you do or how many extra hours your team works or how much you do for free to keep them happy.

(thanks for the question, it felt good to vent)

link|flag
vote up 11 vote down
  1. Getting yelled at for putting in a simple bug fix like correcting a typo that my boss says, "We don't have time to test that!" which to my mind is ridiculous.

  2. Being told to, "Do it however you want to do it," and then later on being told to use something very specific that doesn't seem useful at all. Like being told to go build a new application and then later on being told to use this new software package the company bought without telling me it was considering that kind of solution.

  3. Poor communication skills. If you ask for something and I deliver exactly what is asked, why is this a bad thing? Is it that English is a language of such loose definitions for a term that other languages should be used for documentation or what.

  4. Having so much bureaucracy to do something that it is demotivating. If I want to change something and I have to talk to 8 people to get 6 signatures to do the change, am I really going to do that each time? I don't think so.

link|flag
vote up 6 vote down
  1. Coming into a project late to find masses of unmaintainable code which makes even the simplest task take forever... Code that makes you want to start the whole thing from scratch but you can't because the next deadline is in 5 days. So you just get on with chasing bugs through layers of endless insanity, knowing that the further the project goes, the worse it will get, until finally somebody realises that the whole thing does need to be done from scratch, but by that time you have lost all appreciation for life and your cold soul is forever tainted with a deep hate

  2. I'd be the happiest person in the world if somebody fixed #1

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

Clueless customers that sit right next to you and "help".

link|flag
vote up 0 vote down

Anything to do with payroll.

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

8 bosses, I have 8 different bosses! Yes I did get the memo.....

link|flag
vote up 150 vote down

Constant interrup...

link|flag
33  
This sounds so famili... – Gamecat Jul 31 at 12:40
1  
+1 what were you.. – a b Aug 3 at 3:12
show 4 more comments
vote up 1 vote down

Here they are in the order I hate the most:

  • Security
  • Networking
  • Hardware
  • Working with software without the code.
  • Working with other people's code.
  • Lack of understanding that a new feature: A) adds more time to creating all the other features B) makes it harder to maintain other features C) increases the likelyhood of errors/bugs D) pisses me off that I am unable to make you understand this which if I did would make me a candidate for sales or law school.
link|flag
vote up 59 vote down
  • The CEO has a better computer than everybody, just because he's the CEO and wants the best for himself. Everybody else gets his hand-me-downs.
  • Spending six months building an app to the customer's specifications, only to be told that nothing works the way it is supposed to. Essentially you're forced to start over from scratch.
  • Spending the next two years maintaining said app, because they keep coming up with ideas for new features.
  • Having to drop everything because the CEO had an idea and stupidly promised it to a customer over the phone; it needs to be done within a few days.
  • Being expected to answer the phone, or sitting in the same room with someone else who is expected to answer the phone.
  • No free snacks or drinks.
  • Noisy chair with poor back support.
  • Wasting two hours in an all-staff meeting where everybody criticizes your app for not filling enough of their horizontal screen space. Nevermind that some users are running at small screen sizes or using mobile devices.
  • Having to put up with annoying coworkers who don't know how to treat other human beings with decency and respect. You don't have to be my friend, but I don't like being called an ass.
  • Working in an office where everybody shouts instead of picking up the phone or getting up off their chair.
  • Having to come up with time estimates when you know they won't be accurate anyway.
  • Taking over a project that was started by an employee who left long before you arrived, nobody has touched it since, there's no documentation, and the code is the most hideous thing you've ever seen.
link|flag
1  
Probably should've shown the customer some progress somewhere during those 6 months... – TM Aug 2 at 22:45
6  
I'm a bit surprised by how important some people think snacks and drinks are. We don't have them (except coffee), and i've never missed them. Is this just because i've never had them? Mind you, i'm fat enough without a never-ending supply of sweets at my desk ... – twic Aug 14 at 18:43
1  
The last one: I once inherited a .Net application that we didn't have source code for, let alone docs or other luxuries. It has been written by an off-site contractor that, for some reason, never shared the sources and long since vanished. I had 2 days to figure out what makes this application malfunction and fix that. Of these, I spent 3 days trying to trace and contact the original developer to get the source code from and, failing that, another 3 days digging in the disassembed code. – vit Aug 28 at 10:14
show 6 more comments
vote up 2 vote down

Having only worked in startups only so far, i can only comment on things akin to a small setup. The following are the things I felt difficult.

1) The customers aren't always aware of their needs and asks for features once we provide the product. 2) The management, esp the marketing people may have no know how of programming, thus they underestimate the work needed and quote very low price and estimated finishe time. Can become a burden to programmers. 3) The management may not agree to adopt a better tool or process. 4) The boss needs work done fast, talks a lot about educating yourself but seldom give space and time for learning. 5) Sometimes being forced to work on projects which will not help you as a programmer in no way. 6) Not being acknowledged for the long hours you spent at office and get scolded for being late after lunch. And many more.

But being said all this there are many good things which retain you back in this field.

link|flag
vote up 3 vote down

Having to make changes to your software that you know are actually making it worse, just for political reasons or to add a few dollars to the bottom line in a really short-sighted manner.

link|flag
vote up 7 vote down
  1. Anything that makes it clear management doesn't care about what I'm working on. This includes anything that unnecessarily makes me less productive. People have already mentioned lousy computers and overly rigid procedures.

  2. The management catch-22. Me: "This won't work, for these reasons." Manager: "Well, obviously it won't work if you don't want it to work." The immediate affect is anger, it only turns to misery when I realize I can't do anything about it.

  3. Being disrupted at bad times because of an arbitrary building maintenance schedule.

  4. Being imperfect.

link|flag
show 1 more comment
vote up 4 vote down
  • Customers : Not understanding what they want. Poor specifications. Changing specifications. Last minute small requests/projects that are not small at all.
  • Supporting professional software that doesn't work well and makes your team look bad.
  • Noisy coworkers while working.
  • Feeling isolated while working.
  • Poor hardware, poor software, and permissions issues, oh my.
  • Excessive immaturity and drama in the workplace
link|flag
show 1 more comment

Your Answer

Get an OpenID
or

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