vote up 12 vote down star
8

This question just really interested me, so I got curious to know what the community thinks. What do you guys think is the most difficult type of software to write? I write government software and have found it's pretty hair-pulling, but I'm sure there are far worse things out there.

flag
This question is similar to: stackoverflow.com/questions/548351/… but not quite enough to be a duplicate. – Greg Hewgill Feb 26 at 4:28
Smartass answer: good, fast and cheap software. – Paul Beckingham Feb 26 at 4:37
Smartass answer2: 100% Bug-free software – Sung Meister Feb 26 at 5:13
Thanks, this is a good question! – John Burley Feb 26 at 6:00
Smartass3: unspec'd software :( – annakata Feb 26 at 21:01

30 Answers

vote up 24 vote down check

I would think that the most difficult software to write would be mission critical software such as software for airplanes, space shuttle etc where failure is not an option and lives are on the line. When writing that sort of software, not only do you have to code and test it but you'd have to prove that there is no possibility of failure.

I recommend the link provided by Dana as it definitely backs up my point:

The group writes software this good because that's how good it has to be. Every time it fires up the shuttle, their software is controlling a $4 billion piece of equipment, the lives of a half-dozen astronauts, and the dreams of the nation. Even the smallest error in space can have enormous consequences: the orbiting space shuttle travels at 17,500 miles per hour; a bug that causes a timing problem of just two-thirds of a second puts the space shuttle three miles off course.

NASA knows how good the software has to be. Before every flight, Ted Keller, the senior technical manager of the on-board shuttle group, flies to Florida where he signs a document certifying that the software will not endanger the shuttle. If Keller can't go, a formal line of succession dictates who can sign in his place.

While there are rigorous checks in place to make sure sign off can happen without hesitation....its those rigors that are far above the peer reviews in most companies that I believe classify it as difficult programming. In spite of the rigorous checks in place, how many programming noobs would be allowed to contribute to the code base? I'd think that anyone employed for such a job would have many years of experience before being invited onto the team.

Also, as mentioned in the comments below, medical software would fall under this criteria too. Who would wear a pacemaker that was programmed by some cowboy coder? Not me that's for sure.

link|flag
That's not difficult at all, I did some of that stuff for Siemens. The reason it's not difficult is because you follow very strict checklists designed to ensure no suspect code ever makes it out of the lab onto a potentially destructive device. – paxdiablo Feb 26 at 4:06
Medical software would come under this banner too. Fine if you are a methodical programmer but not fine if you're a cowboy. – Adam Pierce Feb 26 at 4:08
Formal verification is also easy to do — which proves it's correct. Check out Cryptol. – Nerdling Feb 26 at 4:08
interesting read! – Simucal Feb 26 at 4:45
1  
I've shown the NASA article to my coworker. I loved his response: "Hey, we do just the opposite!" – Goran Feb 26 at 9:38
show 5 more comments
vote up 14 vote down

The most difficult software to write is any software that isn't well defined. e.g. no specs, no product/project manager, design by committee, etc.

link|flag
Nah, that's easy! You just make stuff up then the customer tells you to change it, and change it again, and again, and you bill them by the hour. – Adam Pierce Feb 26 at 4:09
well it's pretty difficult making all that new "stuff" up :D – Jared Feb 26 at 4:19
So, any kind of open source software? :) – Greg Hewgill Feb 26 at 4:29
I dont agree!! Thats the most easiest one. Both the client and you have no idea what the end product would be :) – Shoban Feb 26 at 5:42
Damn, there's me thinking this was a joke answer :) – annakata Feb 26 at 21:02
vote up 9 vote down

Robotic weapon systems. Realtime functions, some at 60 Hz at least, with safety critical functions, with a weapon. The purpose of the system is to kill those people there, while not killing those other people over there. Doing that on a tight budget, for government customers. The goverment are going to want changes. LOTS of changes, which will be delivered for free.

As a co-worker used to say "The difference between normal operation and an atrocity is just a matter of timing".

The operator is going to be eighteen to twenty-five years old, and is not interested in what might or might not be hard for the programmer. He's trying to stay alive. Other people are tying to kill him. Clippy the paper clip will not win friends here.

Oh, and the hardware gets shot at, bombs hit it, so the peripherals are tricky. Power goes off at random, people swap peripherals whenever they get broken.

Oh, and lots of people don't like what you do for a living.

Apart from that, it's pretty easy.

link|flag
Sorry, off topic, but I'm curious how you consider the moral implications of what you do - do you think it's morally neutral(/irrelevant) to make weapons, or that it's morally positive for anyone to make weapons for their own country, or only morally positive to make weapons for some countries (and if so, how you decide who it's okay to make weapons for)? Also, does it worry you that political leadership can change, and that a weapon you design now could be used in a war you are morally opposed to in 10-15 years? – keysersoze Nov 8 at 6:17
I think its morally bad. Not an expected answer. Go find a bunch of books on moral philosophy. Look up sections on the morality of making war. On the morality of making weapons of war. On the morality of the use of violence. There isn't a lot of content, that wasn't written by philosophers sleeping peaceably in their beds at night only because rough men stand ready to do violence on their behalf; My apologies to Orwell. War is bad. Being invaded is worse. Being well armed does seem to make other countries mostly leave you alone. Terrorists are a different kind of problem (try Predator-B). – Tim Williscroft Nov 9 at 0:42
Sorry for continuing a political discussion on a tech website, but there's no way to send a private message to a user, so I guess I'll post one more thing here. Re: "Being invaded is worse", nearly every war in history has been portrayed as defensive, by both sides involved. I'd link to the famous quote by Goering, but Godwin's law in 3 is rather tacky (even though in this case the point of course wouldn't be to compare your country to Nazi Germany, but instead to remark that if such a tactic can work for an extremely evil agenda, imagine how well it can work in a more ambiguous conflict). – keysersoze Nov 9 at 18:34
If your government does things you don't like, vote them out*. All citizens are responsible for their governments. Vote, reform corrupt electoral systems and if needs be, vote with your feet and move country. *If your governemnt is not an elected one, my sympathies. Try another country if you can. – Tim Williscroft Nov 9 at 21:51
vote up 9 vote down

The most difficult and hair-pulling software to write is software that already exists. It always takes me an extra portion of self-discipline to do that.

Edit: Actually, I have to correct myself. Even more difficult is it when you know that the software that you are writing won't get used, because it is in C# and the new CIO will throw everything away that you have built, and will replace it with Java. Making sure that your C# application is still going to be as good as it can be is extremely difficult. :-)

link|flag
Definitely. It never seems to be the good software that already exists that needs work either! – AlexCuse Feb 26 at 3:59
vote up 7 vote down

Couple year old article about the dudes who write shuttle software for NASA:

http://www.fastcompany.com/magazine/06/writestuff.html

link|flag
1  
+1 for that software take controls of 4 billion piece of equipment, the lives of a half-dozen astronauts, and the dreams of the nation. – codemeit Feb 26 at 4:26
vote up 7 vote down

Games.

As someone (might have been Tim Sweeney?) said, "at 60 frames per second, everything is performance critical".

They typically have to write much (if not all) of the game from scratch within a couple of years, and there's no chance of a version 2.0 to get it right - if you don't get it right in 1.0, you won't get to make the sequel.

And then you release it to an incredibly jaded audience with amazingly high expectations, for a relatively cheap price. Most office software costs quite a bit more, and they get to resell a new version with minor tweaks every few years - luckily for them businesses tend to complain less about price than gamers...

link|flag
vote up 6 vote down

The most difficult software to write is software for which you don't have clear requirements from your customer (whoever the customer may be).

link|flag
...there's other software? – Kylotan Nov 29 at 12:51
vote up 5 vote down

Any kind of highly-concurrent application. Balancing liveness and safety among threads, not to mention testing for the desired result across the many edge cases, is always a challenge and frequently underestimated.

link|flag
These days, there are groups who specifically build frameworks for these types of scenarios, so that most of us don't have to. See MapReduce from google (there is a chapter on it in the book Beautiful Code). – Schmuli Feb 26 at 8:36
vote up 5 vote down

Software, often in a corporate environment, that the end users don't actually want or need.

I've worked on a few projects where it became evident that although management want it, the actual end-users had strong feelings against it, for various reasons.

It's a real test to work hard on an application when the end-users made it quite clear we we were wasting their time.

link|flag
vote up 3 vote down

Installers. Not a one of the tools is worth a damn, and there are always situations you didn't count on (remote profiles, locked DLLs, /etc/braindeadness, root vs. non-root access issues, etc.). Add that to the fact that no one every wants to be "the installer guy" and puts it off until late, and you've got a recipe for misery.

link|flag
I've never had much issue with writing installations. I create MSI's using InstallShield (well worth the cost), and I write my own custom actions in Delphi (or you can write them in C) for anything that needs extra logic. – Mick Feb 26 at 5:25
stackoverflow.com/questions/367365/… – Mick Feb 26 at 5:27
I use WIX and had a lot of fun writing multiple transforms and a 'managed' custom action. Besides, even with its difficulties, it's not that hard. – Schmuli Feb 26 at 8:38
vote up 3 vote down

Research code can be hard in a way because by definition, you don't understand the problem that well and the results of the program are supposed to tell you something interesting about the problem domain. Therefore, it's hard to figure out where to draw lines of abstraction in your code because you don't know how it will evolve.

link|flag
vote up 3 vote down

Software without a blueprint and changing requirements.

link|flag
I completely agree. I currently have to work off a customer requirements spec, as the architect didnt bother with anything else... – leppie Feb 26 at 16:32
Hopefully you were able to make a blueprint before you began to ensure the client agreed to how their requirement spec will be fulfilled. Otherwise the "this is what we said but this is what we really need" can come out. – Jas Panesar Feb 26 at 18:15
vote up 2 vote down

I would guess financial industry software. Finance company development shops have a reputation for being chaotic, stressful working environments with little or no formal development processes, yet with insane deadlines (e.g. days) and very demanding customers. "Just get it done" is something I hear a lot from friends who work in that industry.

Mission-critical software like the shuttle software is generally supported by well defined and very organized software development and QA processes, so the development process should not be so stressful. Also, the operating parameters are pretty well defined up front.

link|flag
vote up 1 vote down

Government software can be pretty hard just because it seems like the Govt Agencies don't know left from right most of the time.

Other strong candidates would be software for the financial industry which has to have extreme precision and as-close-to-real-time-results as possible.

link|flag
vote up 1 vote down

Regular expressions. :)

link|flag
vote up 1 vote down

It is hard to write good software for an industry you are not familiar with. I mean, if you have spec, you can write a software that accomplishes the task, but having a bit more insight, you could come with much better solutions.

link|flag
vote up 0 vote down

Some of the government requirements that I've seen can be pretty arbitrary (or at least seem that way) and really restrict "natural" styles of programming. I can definitely commiserate with that.

link|flag
vote up 0 vote down

From what I've heard, stuff that has to preserve binary backwards compatibility can be insanely hard. Not only is your freedom limited by legacy, but you have to think about all kinds of ABI minutae instead of just coding something that works.

link|flag
vote up 0 vote down

Frankly, I'm voting for Games -- a combination of high performance requirements, large complicated object models (for game objects), intrusive interplay between the model and the view, intimidating deadlines, and messy overlap between core programming ans scripting.

link|flag
vote up 0 vote down

Navigation software, particularly if it has to work in multiple countries.

link|flag
C'mon, that's really just glorified A*. – MSalters Feb 26 at 15:18
Ha! I wish. A* is just the routing algorithm, which is about .01% of what goes into it. You also have guidance, positioning, map rendering, map data compression, and a bunch of other stuff, all on a device that usually has significant resource constraints. – nshaw Feb 26 at 18:34
@nshaw: how does all that get harder when it has to work in more than one country? – dreamlax Feb 26 at 20:48
vote up 0 vote down

Form my personal expirience I would say medical software. Last time I did medical it seemed like an endless amount of special cases and funky rules with all the varying types of insurance, then you have a million and one privacy rules as to who can see and do what. You could gather requirements until your blue in the face and not cover all the special cases a hospital could come up with.

link|flag
vote up 0 vote down

Software that people actually desire or have a use for.

link|flag
vote up 0 vote down

Real-time, safety-critical, embedded operating systems.

:-)

link|flag
vote up 0 vote down

Correct software.

As in absolutely free of bugs, and provably so.

-- MarkusQ

P.S. See Principia Mathematica for a taste of how hard this is.

link|flag
vote up 0 vote down

I would have to say re-writing and/or adding new features to old applications. It's not just about remembering what you wrote and why you wrote it that way, you also have understand what that part of the application does in relation to the rest of the application, what interactions it has with other classes, modules, etc.

I one time rewrote a function that would parse lines from a config file, and create arrays of strings. Once I finished, I tested the new function and it worked fine. But, when I ran the application it didn't work, and till this day I don't know why or what was happening. It was so weird that I just decided to revert to the previous version (thanks SVN) and forget about it.

link|flag
vote up 0 vote down

There are many ways to define "difficult". A lot of the other answers focus on cases where quality requirements are extremely high. Though I think of "difficult" programming as what requires an amazingly talented developer to do. Basically, think of the best programmer you have ever met, and what is a software application which only that person would be able to write due to the level of code complexity and/or sophistication required.

I'm actually not sure my answer, but it would seem like some of the core parts of game engines or operating systems would be really difficult.

link|flag
vote up 0 vote down

Fixing architecture bugs/functionality in a legacy code with 100% backwards compatibility is pretty painful experience.

link|flag
vote up 0 vote down

Software that cannot be completely tested in it's entirety. Years ago a friend's brother was the head of an agency that was given the task of writing 'Star Wars' (as in the anti missile missile system) software. He rejected the task because there was no way the system could be completely tested. It would have to work perfectly the first time it was used when it could only be tested for discreet alternatives, and not what would be confronted in battle time conditions.

link|flag
vote up 0 vote down

the maya software

link|flag
vote up -2 vote down

The most difficult software to write is the kind that isn't written for Mac OS X. Seriously.

  • Bindings, the ability to have a user interface element reflect the current state of a variable without duplication of data.

  • The easy-to-understand polymorphic nature of Objective-C, and the possibly very static nature of the Objective-C language (thanks to it being a strict superset of C)

  • Interface Builder, and how easy it makes it to tie in user interface elements to your code.

  • The fact that all the nice pretty frontends to the Unix backends are consistent and reliable.

  • Modern, consistent foundation classes that are transparently compatible with the other foundation objects (NSString / CFString interoperability).

I have never coded on such a nice operating system.

link|flag
1  
There are plenty of problems and issues writing software for Mac OS X. Apple loves to ship half baked APIs. Bindings when they came out? Totally broken. See also: Core Data, Spotlight, NSOperationQueue. Also, CoreFoundation isn't older, nor deprecated. I'd list more but I only have 300 characters. – Colin Barrett Feb 26 at 7:41
Sorry you're absolutely right, I have no idea why I said that. Perhaps I had something else in mind. At my job, I have to develop both system-level and user-level software for Windows and OS X (basically drivers and solutions software). It is by far easier on the Mac, not just the IDE, but the API. – dreamlax Feb 26 at 21:04
Ever had to deal with COM on Windows? Biggest mess of crap I've ever seen. Ever had to deal with COM without C++? Oh dear. Even the little things. Sometimes it's easier to use the POSIX layer for file I/O than the actual Windows API. fopen versus CreateFile versus [NSType typeWithContentsOfFile:]? – dreamlax Feb 26 at 21:07
It's like the Windows API is scared of floating points (GDI), and has three different ways of enumerating things (call EnumWindows with a callback, but call EnumPrinters once to find out how much memory to allocate, and then again to actually get the data, and call FindNextFile in succession). – dreamlax Feb 26 at 21:09
Yet, even with these three different kinds of enumeration, there are still some functions that will allocate space on the heap for you which you are responsible for freeing. Although, there's no clear indication whether you are responsible or not just by looking at the name, you have to see the docs – dreamlax Feb 26 at 21:22

Your Answer

Get an OpenID
or

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