Eyes, JAPAN Blog > Project Management Part I

Project Management Part I

martin

この記事は1年以上前に書かれたもので、内容が古い可能性がありますのでご注意ください。

Waterfall

This can be an approach to develop software. It belongs to the oldest software development processes.
The name results from cascading single actions like a waterfall.

waterfall model
(1) First you have to write down the requirements… what the client wants from me
(2) design your product eg. make diagrams with UML
(3) realize the product
(4) vefify and test your product and fix errors
(5) deliver your product
(6) maintenance your product at customer site

There is a modification which allows you to step from one action back to the previous one if you detect some mistakes.

This process is very static and you have to focus mainly on acquiring the requirements because its difficult and expensive to do the whole process again if your customer istn’t satisfied.
(for example: (1): 2 years ; (2): 1 year ; (3): 1/2 year … (6): years)

  • このエントリーをはてなブックマークに追加

Comments are closed.