Waterfall model

Updated: 10/17/2017 by Computer Hope
waterfall model

The waterfall model is multiple steps used as design guidelines in the software development process. It conceptualizes the steps as beginning at the top level and "flowing down" to lower levels as progress is made. Like a waterfall, progress can only flow in one direction, and the process aims to eliminate situations where retroactive changes must be made. The waterfall model has its origins in physical engineering fields like construction, where making changes to work that has already been completed can be costly or impossible.

Waterfall model steps

  1. Define and document all project requirements.
  2. Design the software architecture.
  3. Implement the design as code.
  4. Verify that the software functions as designed.
  5. Maintain the finished product.

Architecture, Code, Programming terms