1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Add Waterfall Model (#2109)

This commit is contained in:
ChuckD3ath
2022-10-04 15:36:26 +02:00
committed by GitHub
parent a7f11ae0ec
commit 55997c1730

View File

@@ -1 +1,6 @@
# Waterfall model
# Waterfall Model
Waterfall Model is a sequential model that divides software development into pre-defined phases. Each phase must be completed before the next phase can begin with no overlap between the phases. Each phase is designed for performing specific activity during the SDLC phase.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/what-is-sdlc-or-waterfall-model.html'>What is Waterfall Model in SDLC? Advantages and Disadvantages</BadgeLink>