Waterfall
Waterfall model sees the software development as a set of tasks that need to be finished before moving to the next one. Like a waterfall, everything moves strictly downwards (or in one direction). This method is often criticized for it's rigid structure and Agile is widely mentioned as an opposite approach.
What Is Waterfall
The Waterfall methodology is a linear project management approach where customer's requirements are collected at the beginning of the project. Then the Project Manager creates a sequential project plan to satisfy those requirements. The concept was first introduced in 1970 by Winston W. Royce. It was quickly adopted in a variety of industries due to its logical sequencing and easy implementation.
Why You Might Want Waterfall
- The Waterfall model is very simple to understand and to use.
- It can be an effective way for small low-budget projects.
- It is suitable for a project in the non-changing environment, such as architectural engineering.
- Each phase has well-understood milestones, specific deliverables and a review process. Then the project is very rigid, easily manageable and measurable.
- It works well in situations where the project development is easily predicted. Or in situations where you can exactly determine the requirements at the beginning of the project.
- In contrast to Agile methodologies, it is easier to document results due to non-changing outputs.
Problems the Waterfall Helps to Solve
- Increased cost
- Bad product-market fit
- Demotivated team
- Meaningless work
- Unsuccessful product
- Unnecessary functions
- Unhappy clients
- Disconnect Between Business and IT
How to Implement Waterfall
The Waterfall model follows several phases in the sequential order:
- Requirements It is assumed that all requirements will be captured at the initial phase. It allows every other phase to be planned without further customer involvement until the product is complete.
- Analysis All the gathered requirements are deeply analyzed whether they are valid or invalid.
- Design The system design specifies hardware and other technical requirements, such as programming language, data layers, or services. The phase also helps to define the overall system architecture of the solution.
- Implementation In this phase, the code is created. Developers implement all models, business logic, and service integrations that were specified in the previous phase.
- Testing The customer reviews the product (usually via testers) to make sure that it meets the requirements agreed at the beginning of the project. It is not uncommon for this phase to cause a necessary repeat of the implementation, in order for revealed bugs to be properly fixed.
- Deployment Once testing is completed and there are no bugs or any kind of issues, then the project is released (usually into the market or customer's environment).
- Maintenance There may be some issues which come up after release. In this phase, those issues are fixed, and the patches are deployed. Also, enhancements of the product (better versions) are released too. It usually solves dedicated support team.
All these phases are cascaded to each other, flowing steadily downwards (like a waterfall) through the phases. You can move to the next phase if the previous one is successfully completed. Usually, you could not revert back to the previous phase perform any change. The phases also do not overlap.
Common Pitfalls of Waterfall
- Lack of adaptability As already mentioned, each phase is discrete and largely exists in isolation. This is especially true with the requirements phase. Once the customer’s requirements are collected, the customers do not play any role in the actual development of the software.
- Impossible to change requirements The rigid structure of the Waterfall model needs the clients to know all their requirements at the very beginning of the project, which is often impossible. When they see the product in the later stages and change the requirements, the whole project has to be redesigned and go through all the phases again.
- Ignoring the client's feedback Due to the strict step-by-step process, the client's feedback from the implementation phase can often be too late. In some cases, it can lead to a devastating realization. A costly and time-consuming solution is to step back to previous phases due to a new requirement or change coming from the customer.
- Delayed verification Waterfall model mostly avoids testing until late parts of the life cycle. This means that most bugs or even design issues will be discovered until very late in the process.
Disadvantages of the Waterfall mentioned above tries to solve Agile methodologies, such as Scrum, Kanban, or XP (Extreme Programming).
Resources for Waterfall
- Project Manager: Waterfall Methodology in Project Management
- Testing Freak: What Is Waterfall Model in Software Testing and What are Advantages and Disadvantages of Waterfall Model
- Tutorialspoint: SDLC - Waterfall Model
- Airbrake: Waterfall Model: What Is it and When Should you Use it?
Want to write for DXKB?
Feel free to contribute. People from DXKB community will be more than happy.
Related articles
ALL ARTICLES
Agile Events
Agile Events are necessary meetings for keeping up the good work. They are usually time-boxed and the most common Agile framework that uses these periodic rituals is Scrum.
Read moreScrum
Scrum is an agile framework focused on a productive and creative delivery of complex products with an emphasis on the highest possible value. Scrum is lightweight, simple to understand and difficult to master.
Read moreFail Fast
Fail Fast is a method used during a recurrent approach to determine whether an idea has a value for the client or solution. An important goal is to minimize losses when testing reveals something is not working and quickly try something else.
Read moreExtreme Programming (XP)
Extreme programming is a software development methodology that promotes quality and encourages collaboration.
Read moreDesign Sprint
A Design Sprint is a framework that reduces the risks associated with product development. It is an intense process done by a small team in just 3 - 5 days.
Read moreALL ARTICLES