• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Waterfall model - Is Agile a solution /just another approach?

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like a case for Waterfall and other SDLC models , and see whether the Agile Process actually can be fit in somewhere or all practices under agile must go together.
For instance till design we iterate with Agile and then do waterfall to deliver.

Let me know your thoughts please
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're trapped in an unhealthy waterfall schedule, say with 8 months of coding and 12 weeks of QA (from experience), you can sneak some agile ideas in and make life better. Break a handful of giant use cases into dozens of small features visible to the user. Break 8 months of coding into 17 iterations with full build, integration and internal release. If you have a couple customers or QA folks who are mature enough to look at unfinished systems they can help validate the internal releases.

I would definitely not recommend anybody set out to design such a process on purpose. It isn't "genuine agile" and it isn't ideal, but it might be a first step out of the primordial ooze.
 
reply
    Bookmark Topic Watch Topic
  • New Topic