Xorty
Xorty

Reputation: 18861

Can RUP (Rational Unified Process) be used in one-man project?

Is it an obligation to have actual team (more than 1 person) to use RUP or can be RUP schema followed by only one man? Why ?

Upvotes: 1

Views: 1120

Answers (3)

Novalis
Novalis

Reputation: 2325

Yea, you can use RUP in "one" man project...:-)

Just look at it:

Kruchten, "A Software Development Process for a Team of One"

Read Online at : http://www.ibm.com/developerworks/rational/library/content/RationalEdge/feb02/ProcessForOneFeb02.pdf

Upvotes: 1

Gabriel Ščerbák
Gabriel Ščerbák

Reputation: 18570

I think it might be reasonable if you cannot estabilish a team for trying out a process. But practically, you would certainly want to adjust it to remove artifacts, which are used for communication, which you will not need. You should also bear in mind, that it might be hard to act objectively especially in testing and all other review activities.

Upvotes: 1

Donal Fellows
Donal Fellows

Reputation: 137587

You want to use Rational Unified Process in a one-person team? While I suppose it might be a hint about the sorts of things that you're going to have to do, it would seem to me to be an absurdly heavyweight thing to use formally. Like using a thermonuclear weapon to kill a mosquito, it will work but is still Doing It Wrong.

For a single person team, test-driven development is almost certainly a better choice, as it helps you focus on being immediately productive (and hence on staying motivated, the big long-term problem). You don't need a great deal more than that because you don't have to worry about problems like lack of communication between development teams…

Upvotes: 4

Related Questions