C.K.B.

Version 0.0.9

Czaku`s Knowladge Base

Waterfall

Stages of the waterfall model

  1. Requirements: In this first phase, you’ll work with stakeholders to clearly define the project scope and requirements.

  2. Design: The critical design phase is when you’ll plan what the final product will look like and what steps your team needs to take to get there.

  3. Implementation: This is where all your planning gets put into action. For software projects, this is when programmers will write the actual code.

  4. Verification: During verification, you team tests the product to ensure it meets the requirements laid out in the first phase.

  5. Maintenance: After the project is complete, the development team responds to feedback and makes any necessary modifications.

When to use waterfall:
The logical flow of waterfall makes it an excellent option for short, predictable projects where you have a clear vision of the finished product and fixed project requirements that are not likely to change. It’s best suited for teams and PMs that excel at planning and documentation.

Last updated on 13 Jun 2024
Published on 13 Jun 2024
 Edit on GitHub