vote up 0 vote down star
1

I'm merging with CVS at the moment, which in this instance (I probably left it a little long between merges) has the dubious honour of being both tedious and complex. What else is there in software development that is both boring and hard? So I can avoid taking responsibility for whatever that is in future.

flag
2  
Community wiki – Randell Aug 21 at 14:20
done, soz missed that. – rwarren Aug 21 at 14:23
3  
It's generally not a good sign when the only tag on the question is subjective. – gnovice Aug 21 at 15:07

closed as subjective and argumentative by Jonathan Sampson, Eric, Jason, gnovice, DJ Aug 21 at 17:27

27 Answers

vote up 8 vote down check

Boring: Editing reports written in a bespoke query language for an accounting system to try and make the reports come back faster (less than an hour) and to use less than 40Gb of memory.

Hard: Ensuring the output is correct

I mean who would want to look at 2k lines of this stuff

DECODE(({BasketInvestment.IsSwap} == 1 AND :SwapLegs == "No") OR {BasketInvestment.IsCreditFacility} == 1,1,
    		"Net",
    		<< "Long" | "Short" >>) PositionDirection,
    	:PeriodEndDate PositionDate,
    	:KnowledgeDate KEDate,
SUM(DECODE({BasketInvestment.IsSwap} == 1 AND :SwapLegs == "Yes",1,                                                            
    		<< Balance(Long,Book,YearToDate,AllAssetsAndPayablesAndNotational,UnrealizedPriceGLNotational) * -1 |
    		   Balance(Short,Book,YearToDate,AllAssetsAndPayablesAndNotational,UnrealizedPriceGLNotational) * -1 >>,                               
    		DECODE(({BasketInvestment.IsSwap} == 1 AND :SwapLegs == "No") OR {BasketInvestment.IsCreditFacility} == 1,1,
    			   Balance(Net,Book,YearToDate,All,AllUnRealPriceGainLossClient) * -1,
    			<< Balance(Long,Book,YearToDate,All,AllUnRealPriceGainLossClient) * -1 |
    			   Balance(Short,Book,YearToDate,All,AllUnRealPriceGainLossClient) * -1 >> ))) YTDBookUnRealPrice,
link|flag
7  
I get tired by just looking at your example. – galaktor Aug 21 at 14:31
accepted answer as this was the best example I though of something both tedious and complex. One or the other I can deal with, both at once and I want to poke my eyes out. – rwarren Aug 21 at 14:55
1  
I think I wouldn't want to look at anything with 2k+ lines – Victor Rodrigues Aug 21 at 15:13
vote up 1 vote down

Dealing with coworkers who can't be bothered.

link|flag
vote up 0 vote down

Documenting existing systems where noone seems to know anything about it. This is boring in that it is writing up stuff that should already be done somewhere and hard in that it can be like an Indiana Jones adventure in finding out what machines are used, with what components required and how much of a Mad Scientist do I want to be in making the document both accurate and precise.

Just to give an example here, where I work we have an old document management system that hasn't been updated in over 5 years so there are various bits of code, mostly classic ASP with COM objects to talk to the system, that were written to handle getting documents and information about the documents out of the system. The hard part is making sure that I have everything covered without knowing what that really is. This isn't pointless as there are times where the system will have a problem and so someone gets to learn, "Hey, I didn't know that would be bad..." over and over again as the company has grown so much in the past few years that some systems are getting replaced which is good but maybe not quick enough for those aging things that may be ready to die sometime soon.

link|flag
vote up 0 vote down

Getting your nice standards compliant CSS to work with IE6

link|flag
vote up 1 vote down

Hardest and most boring part is seeing that the project is going down the drain and no matter what you say to your peers and managers, they will end up writing non-documented, badly designed spagetti code.

link|flag
vote up 0 vote down

Internationalization.

It's both boring -- in that it's essentially a large copy and paste exercise -- and hard -- because you have to be really careful not to make a mistake, as you wouldn't be able to spot it after the fact.

And you have to manage many people from many countries to translate many things arriving at many different times throughout a project.

link|flag
vote up 2 vote down

EDI and everything about it. Super boring.

link|flag
vote up 0 vote down

Paperwork, paperwork, paperwork! I have to have a code review (good thing), risk assessment, 3 test plans, 3 test result documents, QA signoff, UAT signoff, and a checklist saying I did all of the aforementioned before I can put any change (even a typo fix) into production. Then I have to send out a notification that I put in a change and document that.

link|flag
vote up 1 vote down

Reading Stack Overflow. You really should be applying here :P

link|flag
vote up 0 vote down

Being given a task or project to complete that you have no idea of the background of - this really makes me unenthusiastic about it, and therefore I get bored of it super quickly.

Also: Late feature requests that mean you have to work through the hours of the night. I absolutely despise it when customers come along and ask for a huge new feature that was never discussed or outlined initially, and then they want it done by the same deadline - that's definetely the hardest part - because I have to stop myself cursing!

link|flag
vote up 5 vote down

Explaining to users that I actually did implement their requirements to the letter, and being unable to scream at them YOU DONT ACTUALLY KNOW WHAT IT IS YOU WANT, DO YOU!?!

link|flag
1  
Users rarely are able to know what they want until they see the first results (more true the more novel the results). This is one of the human facts behind iterative development. – Kathy Van Stone Aug 21 at 15:29
Yes, I understand that. The frustration is when they get mad and blame me for implementing what they asked for when they didn't know what they wanted in the first place. – MattC Aug 21 at 16:50
vote up 0 vote down

Having to read someone else masking their [lazyness | incompetence | sadism] with painful amount of documentation..

worst...

having to deliver functionality to the customer based on these documents

epic...

having to maintain it afterwards

link|flag
vote up 1 vote down
  • Management that doesn't understand the complexity of the system.
  • Dealing with legacy code by poor programmers
  • Daily support issues that could be resolved by spending a couple hours coding
link|flag
vote up 2 vote down

The near and likely ceasing of operations of the company I work for.

link|flag
Which company is that? – edg Aug 21 at 14:38
New United Motors (NUMMI) – dverespey Aug 21 at 15:41
vote up 3 vote down
  • Dealing with poorly architected legacy code
  • Justifying improvements that aren't seen by management (refactoring, more testing, ...)
  • Politics of a project with different contractors working "together"
link|flag
vote up 1 vote down

Endless searching in annoying in-company outlook newsgroups because everybody seems to fear using the (recently modernized) intranet-wiki...

link|flag
vote up 2 vote down

Documentation of a project.

link|flag
vote up 1 vote down

Any non programming task. Testing. Meetings. Commuting. But it is a job and if I were given a choice, I'd be on a beach with a cocktail.

link|flag
vote up 6 vote down

Trying to have my css cross-browser compliant...

link|flag
vote up 0 vote down

The boring:

  1. Working with the old web client on PVCS
  2. Sitting in meetings talking about the task at hand and the rest of the group break off and start speaking their native language leaving me out of the loop. (I am trying to pick up..but there are too many dialiects).
  3. Too much down time. We have cycles where we have development done by the time the testing cycle starts (~3 months of testing) and having few bugs to fix means no real work to do.

The best:

  1. Going home. I get to ride the metro and read some books
  2. Looking for a new job that sounds alot better than where i am now.
link|flag
I openly weep when I think about PVCS 5. – graham.reeds Aug 21 at 14:34
vote up 1 vote down

Writing reports in VBA. These reports tend to take a long time to run, and tend only to fail after they've been running for longer than 30 minutes just to make debugging that little bit harder.

link|flag
vote up 5 vote down

Nearly everything that doesn't teach me something new. Redoing something I already know how to do is boring.

link|flag
vote up 5 vote down

LONG tedious code that implements functionality that is NOT INTERESTING OR COOL!!!

Doing that right now...

link|flag
vote up 0 vote down

Website development. Every few weeks or so I get pulled off of the project I'm working on to spend an hour or two changing things on the website.

link|flag
vote up 16 vote down

Seeing bad code style everywhere and understanding it is too late to change anything.

link|flag
Walking into not only bad code but a terriable architecture is awesome. I just got a new contract last week and i'm already looking elsewhere because of it. – Chance Aug 21 at 17:28
Yes, that too I understand. – Developer Art Aug 21 at 18:26
vote up 19 vote down

Meetings.

link|flag
4  
I second that! – Paully Aug 21 at 14:23
PS-but necessary – Paully Aug 21 at 14:29
vote up 4 vote down

The hardest part of my job, is keeping everybody else as excited as I am about what it is I do ;)

link|flag
I mostly lvoe my job, but the merging bit is just sometimes too much of a pain in the arse. – rwarren Aug 21 at 14:22
1  
This advice seems poor, IMO. I very much enjoy my job, too, but if I'm doing something that boring, that doesn't mean I just give up. I work to improve my skills, move into different areas, etc. You have to manage your career and get yourself to where you want to be. – Jason Aug 21 at 14:24
2  
Loving something doesn't necessarily means it has no "boring side". – Victor Rodrigues Aug 21 at 14:26

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