There are many advantages of Agile approaches as compared to Waterfall approach, but what according to you is missing in Agile approach that Waterfall Software Development process possess ?
|
3
|
|
|
|
closed as subjective and argumentative by George Stocker, Ray, Pascal Thivent, SilentGhost, John Saunders Oct 24 at 15:56 |
|
|
In a typical large corporation, the big guys in charge of the purse strings tend to ask the following questions:
Agile does not even attempt to answer these three questions. An agile practitioner will cheerfully accept an external budget constraint or delivery date, but will never commit to the scope up front. Waterfall DOES attempt to answer all three of these questions. The fact that these statements usually turn out to be wrong isn't the issue, the issue is that the company executives get some figures to put up at the board meetings to base decisions on. |
||||||||
|
|
|
I see two big problems that can occur with Agile (neither of which is the fault of the methodology):
Others have mentioned the Space Shuttle problem. Hard to do iterative development when people die unless ALL systems are fully functional. Make no mistake, there is no methodology so foolproof that fools (or simply misguided indiviuals) can't fail. Some types of projects lend themselves to an agile approach more readily than others. Many web related projects fit extremely well whereas, in my experience, something like a business intelligence project is a harder fit. Why? Dependencies. The folks writing reports or analysis systems can't do much until the cubes are ready, the cubes can't be built until the ETL processes are working, etc. Also refactoring can be a nightmare when you have so many disperate pieces to change (again in a specific order with blocking dependencies) if so much as a single column changes. That isn't to say you can't do it, just that it requires a bit more discipline and stratified approach. A tiered iteration approach can help. Cube builders are an iteration ahead of the report builders, the ETL builders are an iteration ahead of them. I have worked with various methodologies over the years and I've yet to see the mythical "silver bullet" that makes it all work perfectly. |
||
|
|
|
I think agile processes trade away some measure of repeatability in exchange for adaptability in the face of a wicked problem -- that is, one that is poorly understood, poorly conditioned, or under contradictory constraints. If you're building cookie-cutter shopping cart Web sites, the problem is well-enough understood that the waterfall process works. If you're doing exploratory development, or what you're doing is more of a consulting job such as trying to improve on an existing business process rather than just automate an existing workflow, agile processes are apt to be more useful. |
||
|
|
|
Programming according to specifications is like walking on water: It's easiest if it's frozen. This is what Agile lacks that Waterfall does not. |
||||
|
|
|
I think Waterfall can be important in a couple of cases: Designs where lives can be lost if they fail - think things like space shuttle software, nuclear power plant software, and the like. Fluid requirements can lead to holes that are hard to detect. The other area which can be helped with Waterfall is in a very undisciplined business. Even assuming Agile done right it requires discipline on the business requirement end which the process does not strongly enforce (the whole point of Agile is to adapt to changing requirements, but the business end has to be serious about its priorities). Waterfall forces decisions and makes them hard to change, and that externally enforced discipline can help weak businesses. I would even go as far as to say that if the requirements are truely frozen and well understood and well communicated (something that never exists in typical business software, but may well in other disciplines) Waterfall can have a potential advantage. |
||
|
|
|
This might not a good answer but I think it may be useful. According to the my view No software development process can be considered as complete or reliable given that a practical scenario. The process depends on your timeline\cost\available human resources\other resources etc. So you will need to get the good points of each approach and create a custom process that is suitable to you. |
||
|
|
|
In the case of custom software development the waterfall method provides a development team greater protection in the case of an erratic or hostile business sponsor. |
||||||
|
|
|
What's missing is a framework that prevents inexperienced or reckless team members from turning into cowboys. That is, many who can't foresee the consequences of cutting corners mistake sloppiness or lack of design and forethought for being Agile. I'm not saying that Agile is all about sloppiness, but sloppy people use it to 'dignify' what they already do. In a more formal process, they don't get that option. |
||||||
|
