up vote 3 down vote favorite
share [g+] share [fb]

I was just looking at our issue tracker, and out of nowhere came the question: Will this ever be complete? Has any software project ever finished because it is complete?

This has never happened to me. There has always been more features that I could add, or more requests from the customer.

So my question to SO users - did you ever get to the end of a software project? Is that even possible? If you made it, what was it like? Do people have some odd desire to keep the backlog of features they haven't implemented always growing, so they never get to the end? If you assume an environment of constant technological change, is there ever an end, other than obsolescence?

link|improve this question

50% accept rate
This is a subjective question since it asks for opinions. – Ólafur Waage Mar 9 '09 at 12:10
Agree with subjective tag. – GEOCHET Mar 9 '09 at 12:11
Also, agree with other edits. Is there a good reason the OP rolled this back? – GEOCHET Mar 9 '09 at 12:12
Agreed with subjective; I'm not sure that philosophical belongs; heck, it seems like it and subjective hit the same notes. Superfluous? – George Stocker Mar 9 '09 at 12:12
Ah, didn't mean to remove the tag, however am happy with the conversational style of formatting in my question. – mozboz Mar 9 '09 at 12:12
show 8 more comments
feedback

12 Answers

A software project is finished when people stop working on it.

link|improve this answer
+1: There's always another feature -- as soon as folks stop asking for features, they're not really using it very much. – S.Lott Mar 9 '09 at 12:07
I have projects that I worked on 2-3 years ago that I will eventually pick up again and make changes to. How long do I have to not be working on it for it to be done? :-) – tvanfosson Mar 9 '09 at 12:11
Hm, a little unsatisfactory. Why do people stop working on it? – mozboz Mar 9 '09 at 12:13
This is common knowledge about projects, my reply is a changed version of another quote i can dig up – Ólafur Waage Mar 9 '09 at 12:16
Yes, but what do you do with this standard of readiness? Will it be ready for testing when people stop working on it? – MatthewMartin Mar 10 '09 at 13:20
show 1 more comment
feedback

It's done when you publish a release that doesn't have to be rolled back. Everything after that is a new project.

link|improve this answer
I like this point of view. +1 – IonuČ› G. Stan Mar 9 '09 at 12:15
feedback

It's not just software.

In 2001 I was refitting my kitchen. A friend asked me how it was going; I told him I was nearly done - I'd finish off the last couple of bits at the weekend.

He looked at me, horrified. "What!? You can't actually finish a kitchen!" he exclaimed. "No man has ever finished any DIY job of that size!"

"Think of the consequences!" he went on, "You'll be in the papers! All over the country there'll be women saying 'But what about that guy in Derby? He finished his kitchen - now you finish ours!'"

I considered his points for a while and relented. There's still a little strip of edging that I haven't tidied up just yet. I'll get round to it any year now...

To pull it back to software: once it's good enough for the practical purposes of everyone who'll use it, it's finished. It's just not perfect yet.

Hopefully once it's reached that stage someone'll be paying you to work on something else.

link|improve this answer
feedback

For software of any real complexity and usefulness, as long as people are using the software, it's never really done. You will reach a point where the value of the desired features are not worth the cost of implementing them and so you choose to leave the code alone until some feature comes along to change the equation (or the cost of doing the development). I have a lot of software in this state, but I would never actually call it done.

link|improve this answer
feedback

Software always has dependencies (on hardware if nothing else), so there is always the possibility of future work to keep the software working with new versions of its dependencies.

Therefore all software is either dead, or waiting for future modifications.

link|improve this answer
I highly agree with the second statement. +1 – strager Mar 9 '09 at 12:19
(Except when the programmer(s) are taking a week break to study for exams, where the project is dormant. =]) – strager Mar 9 '09 at 12:20
The software's still waiting... :-) – Douglas Leeder Mar 9 '09 at 12:26
feedback

Well we're certainly not going to finish while you're wasting time on SO. Get back to work!

link|improve this answer
feedback

I've been working on my software for 3 years, and have ideas that could lead on for another 5 years.

The market could change and new things be added every 3 months (and they do).

Also, as I learn more, I want to make changes to make the code more efficient, the structure more resuable and the user experience better.

link|improve this answer
Does this address the question? – strager Mar 9 '09 at 12:11
feedback

If you are listening to your users and are commited to incorporating their suggestions into the product then in the sense of an issue tracker it will never be finishied, which is a good thing as you are engaging your users and they are interested in the product.

A product is complete when a milestone is reached, be that the core specification or to meet a release schedule. This isn't a bad thing.

link|improve this answer
feedback

The customer may simply run out of money he is willing to spend on a project. Then the project is automatically complete at the stage it is at that moment.

link|improve this answer
feedback

When I start thinking of things I'd like to remove (or, replace), but can't because of "backward compatibility", I know it's time to work on something else. That sure finishes the project.

link|improve this answer
feedback

For complex software the answer is always no. Which is why it is a good idea to design the software so that it's design can be maintained easily and changed if need be.

The key element that will allow you do this is have a good set of unit and integration tests. With that in place you can objectively measure the impact of a fix, addition, or change.

link|improve this answer
feedback

It is possible. For example TEX is finished.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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