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

StackOverflow https://stackoverflow.com/questions/2972347

  •  24-10-2019
  •  | 
  •  

문제

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 ?

도움이 되었습니까?

해결책

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…

다른 팁

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.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top