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

For me the answer boils down to one thing: meetings.

link|flag
vote up 1 vote down
  • The need of doing research, in a short time, about advanced features in technologies/products that you don't know. example: someone was asked to find out if an architectural software can be implemented using Google Sketch Up and he didn't knew what Sketch Up is.
  • Constantly changing requirements
  • Sudden deadlines (first: "there is no need to hurry"; after 2 days: "we need this tonight")
  • Coworkers that think that the first phase of a project is "write code (that might work)" and that "refactoring is bad because no new features arise"
  • Managers (who only use Skype, Outlook and Visio) that have computers with 4 GB of RAM and developers (who need to run WinXp virtual machines) with 1 GB of RAM
link|flag
vote up 2 vote down

Shared Computer

link|flag
vote up 0 vote down

Having SO cluttered with lifestyle questions, cartoons, jokes, and other things at best tangentially related to programming. But I guess people have to have somewhere to share their programming cartoons. Sigh.

link|flag
vote up 3 vote down

Other peoples code.
How did they get paid to do that?

link|flag
vote up 6 vote down
  1. When you don't have liberty to design the code in the proper way just because the people who are higher in the food chain are too scared to change things. And you have to support and write crap code to cater for that horrible design.

  2. Too much restrictions on internet usage which includes restrictions on Facebook, Messengers, Youtube, Flickr etc.

link|flag
vote up -2 vote down

http://twitter.com/ky/status/2943698137

link|flag
vote up 7 vote down

Getting performance-reviewed based on what you did wrong, rather than what you did right.

link|flag
vote up 7 vote down

Title Proliferation! I am so sick of the 23 year old Senior Web Developer or Senior Developer who freaks out when their intellisense breaks.

At my last company we had more Senior Directors and Directors than regular employees. At another company I did not know I was a Vice President until it went bankrupt and I read it in the documents.

I am all for recognition of responsibility but some common sense please.

link|flag
show 5 more comments
vote up -2 vote down

stack overflow

:D kidding~

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

non-programmer managers

link|flag
12  
Ridiculous. Better yet, managers who at one time programmed, sucked at it, and then moved to management. – Richard Clayton Aug 1 at 16:48
2  
Although I agree that they can be a nuisance to deal with, if managers are doing their job correctly, they shouldn't have to know all the intricacies of programming. Yes, They should have a general idea of programming, but they should be more worried with how difficult it will be to do accomplish a certain task, how long it will actually take to complete that task, while simultaneously being able to mediate the pressure (and threats) of upper management from reaching you. Essentially, their job is to act like everything is fine up until the last second. – Michael Hart Aug 2 at 0:29
1  
Worse yet. Programmer managers who won't stop programming and start managing. – JohnFx Aug 3 at 3:23
show 1 more comment
vote up 2 vote down

Motivators are the worst.

link|flag
vote up 6 vote down

Without a doubt, the number one worst thing for me is:

  • Long build times

If you can't iterate quickly, you're not as productive as you could be.


Also: inherited VB6 apps that interact with a specific version - no longer available - of MS Office.

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

Illogical decisions. Often times these precede an AssholeFoundException.

link|flag
vote up 3 vote down
  • Bad management;
  • Sales department.
link|flag
vote up 4 vote down

Having a test server with a 100 GB hard drive that serves as our test SQL Server, test App server, test FTP server, test network share emulator and in no way resembles our production environment. Yet they complain when we migrate code that fails in production.

link|flag
show 3 more comments
vote up 5 vote down
  1. Standard desktop or laptop configurations. Why must a developer have a the same spec for his or her development box as the manager who fires up Excel and Outlook.
  2. Misuse of resources. I have always been a fan of dual monitors for developers and more often than not this is not the case. It burns me to no end when I see office managers, and standard support personnel that have such a setup and I am told there is no money. Ouch!
  3. Poor requirements.
  4. Clients that do not know how to express their needs.
  5. Inheriting a software application that was poorly developed.
  6. Using VS.NET 2003 and maintaining 1.1 applications when the cool kids are using 2.0, 3.0, or even 3.5
  7. Lack of software tools to efficiently perform the job.

....and pretty much what everyone else has said!

link|flag
vote up 7 vote down

The following sums it up for me:

Yes I can do that in 40 hours. No I can't do that in four, and no, five isn't good enough either.

2 weeks later. No it can't do that, you told me it was too expensive. No it can't do that either. No everyone does not want it like that. ...

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

Brutally intrusive virus scanning software that slows every disk access to a crawl.

link|flag
2  
I have that plus a over worked network – Podge Jul 31 at 8:30
2  
At my company they have Symantec running three times in the middle of the work day for updates and scans. – Lance Roberts Aug 1 at 8:25
vote up 15 vote down

IE6... is my biggest pain, followed closely by IE7.

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

Microsoft's IE6

link|flag
24  
Any version of IE. – Richard Clayton Aug 1 at 16:44
11  
Microsoft (optimized your response, 9 characters) – Mike Robinson Aug 5 at 16:52
3  
Windows (8 characters. Their gaming platform is surprisingly nice. Not looking for a console argument.) – Sneakyness Aug 7 at 4:45
1  
2 Characters... M$ – akway Oct 24 at 23:44
vote up 12 vote down

Noisy open plan offices are offensive to programmers!

I think it's important to be with other co-programmers in an isolated room, but not in total indiviudual isolation as you are not able to bounce ideas and improve as a unit.

A small core of programmers can provide a rich combination of knowledge that can be shared and as a result improve and raise the standard of programming accross all those involved in the team.

link|flag
vote up 7 vote down

Working with code commented in Chinese and and trying to talk to the guy that did it ;)

link|flag
2  
Is this for real? – Randell Jul 30 at 16:48
1  
Documentation in poor English is just as bad. – Richard Clayton Aug 1 at 16:49
show 3 more comments
vote up 3 vote down

PHP

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

Maintaining a poorly written code base for a customer that doesn't understand software. The horror!

link|flag
vote up 18 vote down

"We don't allow STL" (C++ standard template library) The reason? "It is not standard."

link|flag
3  
Yes, "let's implement our own collection classes that don't throw exceptions!" – Drew Hoskins Jul 31 at 3:17
2  
@JohnFx - they were concerned that it wasn't ansi standard. The real issue was that the "CTO" (and I use that term loosely ) didn;t understand templates and read an old article about it from before 1999. Never mind that we only developed for Win32, he just didn't like it. I have heard the same argument against using c++ (over C) - not ansi standard. – tim Aug 3 at 13:45
1  
We had a no inheritance rule (in C++) because you wouldn't know where the 'real' function was! – Martin Beckett Oct 19 at 3:27
show 4 more comments
vote up 7 vote down

I think the worst thing that may have your life to go throught the miserable way is not having time to spend with your family.

link|flag
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
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 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

Your Answer

Get an OpenID
or

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