vote up 0 vote down star
2

Is such a thing really possible for large scale applications, like the largest/most complex humans ever wrote?

If not, then is it not valid to think that maybe the way we program and the tools we use aren't perfect either?

I am talking about agile programming, tdd, the languages we use, the tools we use, etc.

EDIT: To add, the hardware, APIs, etc we code against also has countless bugs/problems that makes it even harder to write bug-free apps IMO.

flag
4  
Looks like a flame bait question to me. – Mark Lindell Jul 27 at 20:56
1  
I know why we can't have a single bug free app. People aren't perfect, so the things we create aren't perfect. – Terry Wilcox Jul 27 at 21:01
5  
subjective and argumentative, belongs on meta, belongs on philosophy.stackoverflow.com, not a real question. :) vote for close. – tharkun Jul 27 at 21:05
2  
I think this question should stay open: it is relevant to the meta of software engineering. "What is good enough?" Even if you have 100% code coverage...do you know your program works? – Paul Nathan Jul 27 at 21:14
1  
@Paul: you make an interesting point but this is not the way to ask "What is good enough?". I'm voting to close. – David Jul 27 at 21:16
show 6 more comments

closed as subjective and argumentative by David, DJ, Brian Agnew, John Saunders, jjnguy Jul 28 at 4:41

15 Answers

vote up 1 vote down

Bug-free and perfect are somewhat fuzzy words. Is a bug something defined by a suser being surprised? Is it a crash to the OS? Malformed requirements? Malformed memory? Error in implementation? And so forth.

But let's take the question as it stands and use the notion of "program does not meet requirements or expectations".

It would be moderately reasonable to say that with sufficient testing and effort, a system could meet specifications and requirements(supposing that the requirements are computable and "not too complex"). After all, that is the main point of the TDD methodology.

But let's examine the conception of "computable and not too complex". Certainly, something like cat isn't too complex. Its inputs are tightly bounded and well-defined. Something a little further up on the complexity chain - let's say a scheduler for a kernel - is also tightly bounded and well-defined. But now, for a scheduler, you have begun to run into some complexity bounds of how well it can perform. And that's not even very complicated. It's not even the context-switcher...it's just the scheduler.

I'm sure the lines of my argument are now obvious, and we come to the (badly proven) conclusion: Any sufficiently interesting and complicated system is not "computable" in a closed form solution; at best, it is an approximation; which, by definition, is imperfect. Quod Eras Demonstratum.

link|flag
vote up 5 vote down

This is a question about probability. For a short program with few degrees of freedom, eliminating all bugs is as easy as getting a single number in the lottery. For a more realistic medium-sized app (say, a few hundred thousand lines of code) the odds against it being bug free are... the word "astronomical" is completely inadequate.

The problem is, even if a large bug-free program happened to occur, how would you know?

There are famous examples of very reliable programs, often from nuclear reactors or the US space program, but they are not as representative as you might hope. Up to and including the Space Shuttle, they are confined to simple kinds of realtime hardware control, with far less complexity than, for example, a simple word processor. A spectacular achievement in space flight does not imply complex software (it probably requires the exact opposite, for safety's sake).

link|flag
4  
@earwicker "The problem is... how would you know?" Exactly! Asserting that a program is "bug-free" is akin to proving a negative, i.e. that no bugs exist. How do you know that there isn't a bug that you just haven't found yet? – Matt Jul 27 at 21:44
vote up 4 vote down

No, Bug free software is not impossible. It's just very difficult.

I'll also hedge the answer and say that the developer is not responsible for OS, Networking etc. (Unless that's the point of the application) That is, if the Network, Database and OS are all working, then the application will work.

However, you've got a fine balance to maintain:

Bugs (Quantity and Complexity - B) Features (Quantity and Complexity - F) Resources (Time and Money and Labour - R)

My assumption is that the relationship is going to be something like:

R = k F/B with k being an arbitrary constant based on whatever units the others are measured in.

Mathematically, this says that as bugs go to zero, resources go to infinity for any given feature set. However, I think we can dispense with the mathematical correctness and just say that bug free software will be very expensive. Of course, this assumes that you have perfect requirements, which is another issue altogether.

I'm sure all of us can write a perfect, bug free "Hello World" in multiple languages. I just doesn't do too much.

link|flag
Your caveats are exactly what make it impossible -- we as developers are responsible for accounting for everything else to make a system perfect. It's akin to an architect/builder in SanFran saying that what he creates is perfect so long as there are no earthquakes. – Austin Salonen Jul 27 at 21:41
But I do agree with you given your exceptions. – Austin Salonen Jul 27 at 21:42
vote up 7 vote down

That old adage of Good, Fast, Cheap, pick any two? I think it really should be rewritten to end, pick one. NASA does it for the Shuttle "GOOD" at the expense of FAST and cheap. And those two qualities are the only ones that drive modern consumerism. fast, and cheap. Good doesn't factor into it at all, except as a secondary or tertiary concern. Businesses don't want Good, they just want Good Enough, and that's why we can't write "perfect" software.

That and the evolving needs of users. What's an objective bug and a subjective one? Just because it's working perfectly accurately according to some models you've built doesn't mean that it's doing the right thing.

link|flag
+1 I've often thought that the "pick any two" aphorism was overly optimistic. – Jason Creighton Jul 27 at 21:48
vote up 5 vote down

Some very clever and hard working engineers built insanely complex systems (Project Apollo and before that, Project Gemini) and sent men to the moon and back alive. There were a small number of problems but if it is possible to develop such large physical systems of the utmost reliability, then surely programmers in the software-only arena should be able to accomplish similar feats. (cf. TeX and Knuth's outstanding bug offers) The difference is usually (1) having the money/time/people resources to do things right and (2) having very clear goals. NASA had both. Most software projects do not.

link|flag
resources. exactly! since resources are always limited, perfection is impossible. for perfection you would need unlimited resources. – tharkun Jul 27 at 21:18
3  
NASA did very well. They didn't do what the question asks: perfect. We've lost 3 manned birds--that's not anything like perfect. – Loren Pechtel Jul 27 at 21:29
1  
I've read that all the moon missions had potential disasters, most of which were handled well enough that we don't realize it. I haven't checked that myself. – David Thornley Jul 27 at 21:47
Well yes, as the resources ( and management competence ) increase and the requirements decrease we get close to perfection. Until we realise we either need infinite resources or zero requirements to reach perfection. – Robert Munteanu Jul 27 at 21:52
vote up -2 vote down

"Utopia" is not a meaningful term. That makes this question extremely difficult.

link|flag
It's a very meaningful term. It means "No Place" – chris Jul 27 at 21:15
1  
It means a hypothetical place or condition where things are, if not perfect, a whole lot better than they are here. The name comes from "Utopia", by Sir Thomas More, a description of an ideal society on an island that explicitly didn't exist. It commonly implies that the near-perfection doesn't, and probably can't, exist in our world. – David Thornley Jul 27 at 21:51
I don't mean that it is meaningless in a literary, ideo-historical or pseudo-sociological sense. Of course it is meaningful in various settings. In the question (which was altered, then very correctly closed), 'utopia' is unhelpful for being vague, culturally fragile, subjective, and inapplicable to the subject at hand. – Smandoli Jul 28 at 4:58
vote up 0 vote down

Even the space shuttle control software, which probably has the most rigorous quality control process known to man, has had a bug or two. So yes.

link|flag
vote up 1 vote down

It is utopia, there is no such thing as a bug-free large scale app (at least in our generation) and the tools, methods processes and people involved are what makes it an impossibility.

link|flag
vote up 2 vote down

Think of how many conditionals are in your programs, how many different branches a program can take. This is a very large number and it grows as the program size grows, because of this, it is impossible to test every path a program may take. So, it is not impossible to write a bug free program, but it is impossible know if a bug free program has been written.

link|flag
vote up 0 vote down

If we thought the processes, tool, or languages we use to develop software were perfect, why would we keep trying to improve them? You can't improve on perfection.

I've never met a software developer that thought any of those things are perfect, so I'm not really sure where this question comes from.

link|flag
I think you can add on perfection. Like a new feature. – Joan Venge Jul 27 at 21:02
If you need the new feature, it wasn't perfect. If you so much as want the new feature, it wasn't perfect. Definition of perfect: "being complete of its kind and without defect or blemish". Notice the "complete" bit. – Terry Wilcox Jul 27 at 21:05
One developer's perfect is another developer's crap. Perfection would be easier to find if everybody would just conform. – Terry Wilcox Jul 27 at 21:07
You are right, what I meant was, perfect as in perfectly bug free. So up to X point in time, does what it does with no problems, bugs, etc. I didn't mean a software like an image editor that can do all. – Joan Venge Jul 27 at 21:10
Bug free is certainly not perfect. I constantly have users file bugs about features that they requested, particularly if the feature does exactly what they requested. – Terry Wilcox Jul 27 at 21:16
vote up 0 vote down

There are lots of bug-free apps. I would nominate the UN*X 'cat' command.

link|flag
4  
From the man page for 'cat': BUGS Because of the shell language mechanism used to perform output redirection, the command ``cat file1 file2 > file1'' will cause the original data in file1 to be destroyed! The cat utility does not recognize multibyte characters when the -t or -v option is in effect. – Jared Updike Jul 27 at 21:02
Well, these are not so much bugs as "don't do that" notices. If I throw an electric fire into the bath, the problem is with me, not the fire. – Neil Butterworth Jul 27 at 21:03
1  
It's not a bug, it's a 'feature'. :) – Kenny Jul 27 at 21:06
I guess I agree they are "don't do that" notices but isn't that in stark contrast to validating user input? – Austin Salonen Jul 27 at 21:35
@Neil: just because you know it's going to happen and you warn people doesn't mean it's not a bug. – Andy Mikula Jul 27 at 21:50
vote up 0 vote down

I would say a pipe-dream at best...

And Yes.

link|flag
vote up 2 vote down

It is a fantasy to believe humans are perfect. Since they are not, everything they produce can be imperfect.

link|flag
That's an interesting view. – Joan Venge Jul 27 at 21:00
You rolled back my corrections. First, utopia is a place, whereas you are looking for a description, such as a "fantasy". You could say a "utopian ideal", but to say it's a "utopia" doesn't make any sense. Secondarily, it should properly be "a utopia" not "an". An is used before vowel sounds, not vowels. Utopia starts with a "yuh" sound. See owl.english.purdue.edu/owl/resource/… – Beska Jul 27 at 21:10
Who? Me? . – Joan Venge Jul 27 at 21:13
No me. @Beska: Do you edit every question and every answer with such nitpicking? Wow, you even looked it up in a dictionary... xkcd.com/386 – EricSchaefer Jul 27 at 21:20
@Joan...no, I was speaking to the author of this post...I fixed his post to refect proper grammar, but he rolled it back. shrug. (Though, I also changed the title of your question...I think it's a bit clearer, though you can also roll back my changes if you disagree.) – Beska Jul 27 at 21:22
show 6 more comments
vote up 0 vote down

Writing perfect software is hard. So instead of trying, we chose to mathematically prove that it's impossible. Does this absolve us of all responsibility?!

link|flag
4  
Bugs are not only objective - crashes, but also subjective, depending on the users. – Robert Munteanu Jul 27 at 21:02
2  
That's true, but I don't see how it relates to what I said. – Nick Lewis Jul 27 at 21:05
Why the extremes? 'perfect software' vs. 'don't even try' seems like a false dichotomy. I'd bet most of us find ourselves somewhere in between - real-world considerations like cost, time, etc. dictate when 'good enough' is good enough. – Matt Jul 27 at 21:54
The comment about absolving us from all responsibility was a joke. But it is very well-known mathematically that "perfect" software is an impossibility, which is what the question was. – Nick Lewis Jul 27 at 22:32
@Nick - oops; now I see what you mean. Ask a silly question, get a silly answer... – Matt Jul 28 at 2:13
vote up 11 vote down

Yes.

I take it as a philosophical question at best - you can't reach perfection, it's human nature to be imperfect and to strive towards perfection, but never reach it.

link|flag
Good answer. Perfection is possible, but we just aren't there yet. – jrockway Jul 27 at 20:57
How is it possible? – Joan Venge Jul 27 at 20:57
4  
I take it as a phylosophical question at best - you can't reach perfection, it's human nature to be imperfect and to strive towards perfection, but never reach it. – Robert Munteanu Jul 27 at 21:00
I like your thinking Robert. – Joan Venge Jul 27 at 21:01
3  
@Beska: yes, I mean it literally. the foundation of evolution is imperfection. if the genom of the first organism was perfect, it wouldn't change and it wouldn't need to, if it's eco-system was perfect, etc. or even earlier, if singularity was perfect, matter wouldn't exist... etc. I don't know where it comes from, probably from my mind which has been influenced by hundreds of other minds. – tharkun Jul 27 at 21:11
show 15 more comments

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