Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

47
votes
15answers
2k views

Giving up Agile, Switching to waterfall - Is this right?

I am working in an Agile environment and things have gone to the state where the client feels that they would prefer Waterfall due to the failures (that's what they think) of the current Agile ...
11
votes
7answers
613 views

Becoming Agile

Does anyone have any good techniques or examples on how to promote the benefits of Agile development practices in a waterfall driven corporate environment? We recently switched to feature based ...
10
votes
6answers
342 views

Is frequency of release the only real difference between Agile and Waterfall?

Obviously the differences in the impact to teams, customers, ROI, etc. of applying the two approaches is huge and is the subject of many books and endless discussions and conferences. But as I think ...
8
votes
2answers
330 views

How to cheaply simulate water on iOS?

First off, I'm not thinking about that. I was wondering how to make a simple simulation of a waterfall onto some dunes on the iPhone. It turns out several people tackled the issue of moving water, ...
7
votes
16answers
657 views

Predictive vs Reactive software design

I know that for me I first got started following the waterfall method of project management and along with that I went with the predictive approach to software design. In this I mean we had huge ...
7
votes
4answers
590 views

What methodology is closest to the Surgical Team in The Mythical Man-Month?

The Mythical Man-Month is now classic, but the "Surgical Team" methodology is still interesting. What methodology most closely resembles it or has the same essence? To summarize the Surgical Team ...
6
votes
12answers
897 views

Trying to sell Agile Development

My work place is very archaic when it comes to software development. Essentially all projects are forced to use a waterfall approach requiring immense paperwork. I've always been a fan of agile ...
5
votes
14answers
568 views

when a bug for client is really a new feature

I read what-payment-structure-do-you-use-for-small-projects and I wonder how you guys are dealing with bug vs. feature. I once had a situation where a client wanted static reports. Then near the end ...
5
votes
25answers
3k views

One advantage an agile approach using Scrum has over waterfall approaches

If you had to choose one advantage that Scrum gives over a waterfall process, what would it be?
4
votes
4answers
1k views

What are alternatives to the Waterfall model

Can you please give a methodology that stands to alleviate the disadvantages of waterfall model?
4
votes
3answers
603 views

Savings realized by adopting Agile (Scrum and XP) over Waterfall

I was wondering if someone can share their exeprience or point to a study on cost savings realized by adopting Agile (using Srum and XP), over traditional Waterfall.
4
votes
6answers
558 views

Are you an agile/pragmatic developer in a waterfall organization?

If so, how do you deal with things that just don't "feel" right such as: not writing unit tests not having a continuous build not refactoring not having a team coding standard not pair programming ...
3
votes
4answers
4k views

Successful projects using the Waterfall model?

I'm trying to find information on projects which used the Waterfall software development model, and benefited from it. Unfortunately, I can't seem to find anything. Does anyone know of anywhere I can ...
2
votes
1answer
260 views

Microsoft Project and Waterfall [closed]

Microsoft Project and Waterfall Does using Microsoft Project force you into a waterfall model? Could anyone point me to examples of successful iterative (agile for example) projects that successfully ...
1
vote
1answer
637 views

what is the difference between iterative waterfall SDLC and agile SDLC?

There is clear difference between the old waterfall SDLC and agile but what is the difference between iterative waterfall SDLC and agile?
1
vote
2answers
456 views

stacked waterfall charts in highcharts

We have a requirement for stacked waterfall charts (we are using highcharts.com). http://fiddle.jshell.net/8JP8T/ gives an option for creating waterfall charts but we need to create stacks. Anyone ...
1
vote
2answers
133 views

BSAT - Business System Analyst / System Tester Dual Role

Project team plans to combine the business system analyst and system testing role. Help me provide some reasons why this is not benefical to an Agile project team, as well as, a team using waterfall ...
1
vote
1answer
62 views

Example where Up-Front Design (Would have) Saved You Time

In various places I've seen the claim that by designing a system up-front, you can significantly reduce development time. I.e. by spending an hour designing you can save a week coding. My problem is ...
1
vote
4answers
308 views

Can we create a new variant of Scrum for waterfall projects

It is not easy for traditional large software product organizations working in distributed off-shore environments engaged in Product Development to follow the spirit of Agile in Scrum for the ...
1
vote
5answers
2k views

Functional Spec & Agile Processes

In traditional Waterfall, requirements were gathered - typically in a MS-Word document - following an esoteric template. In a "strict" waterfall model, this document is frozen after the requirement ...
0
votes
1answer
33 views

Scrum development change? [closed]

Can we modify the Scrum development model so the sprint become "waterfall", to prevent the mid-sprints changes ? do you think this is useful ?
0
votes
1answer
152 views

SDLC and Software Process

I have some confusion about the terms SDLC and Software Process. With respect to these (and more or less similar) terms, a have a few question. What is the difference between SDLC and Software ...
0
votes
0answers
103 views

What percentage of software is developed/paid for by government?

In one of my software engineering classes we are discussing the waterfall model and why it does not work. My prof was arguing that the waterfall model was used so much since the US government ...
0
votes
4answers
217 views

How to Transition to Scrum

My team has grown fairly quickly from 1 to 5 over the last year or so and are very interested in changing our development style from Waterfall to a more iterative approach like Scrum. We work for a ...
0
votes
7answers
271 views

Is it possible for a Rails/Django project to become a Death March?

I've worked on Death March projects in the Java world - projects that are destined to fail from the beginning because of some combination of poor management and unwieldy, complex technology, usually ...
-1
votes
1answer
51 views

software engineering [closed]

I'm trying to find information on projects which used the Waterfall, evolutionary ,incremental,agile software development model, and benefited from it. Unfortunately, I can't seem to find anything. ...
-1
votes
1answer
264 views

Waterfall display

I need help in creating a waterfall display of my image data stored in a buffer. The stream of image data needs to be displayed scrolling down the screen as its being acquired from the camera. I am ...