Waterfall is an abstraction model for software design which translates requirements into lists of simple routines and arranges them in a sequence of phases based on dependencies.
0
votes
2answers
54 views
Agile view of bugs vrs Waterfall… is this right? [closed]
I've moved from a Scrum project to a new job in a Waterfall setting where the organization is trying to convert to Agile, possibly (hopefully) Scrum. I work on a team of sub-contractors. I have some ...
-1
votes
1answer
71 views
How is Scrum different from waterfall method of project management? [closed]
How do we differentiate scrum from waterfall? What are the advantages of scrum over waterfall?
1
vote
1answer
50 views
highcharts waterfall not summing correctly
See jsfiddle - sum is not considering the 1st data point???
http://jsfiddle.net/Q3sPq/13/
StackOverflow is making me add more to the description because too much of this post is code...
...
0
votes
1answer
96 views
Best and free way to create a waterfall diagram? [closed]
I need to create a waterfall diagram that will look similar to this:
The data for this example diagram would look like this:
Node Factor(Y-axis) Date (X-axis)
1 10 7/5/2011
...
5
votes
4answers
217 views
Asynchronous Loop of jQuery Deferreds (promises)
I am trying to create what I think is referred to as a "Waterfall". I want to sequentially process an array of async functions (jQuery promises).
Here's a contrived example:
function ...
-1
votes
1answer
49 views
Asyncjs : Bypass a function in a waterfall chain
I want to jump a function from a chain of waterfall functions with asyncjs in nodejs.
My code look like this :
async.waterfall([
function(next){
if(myBool){
next(null);
...
1
vote
1answer
81 views
Main differences between software design processes [closed]
I want to compare the following software design processes.
Waterfall model
V-Model
Unified Process
The V-Model has test phases for each specification phase, the waterfall model doesn't.
The ...
9
votes
6answers
214 views
Handling interdependent and/or layered asynchronous calls
As an example, suppose I want to fetch a list of files from somewhere, then load the contents of these files and finally display them to the user. In a synchronous model, it would be something like ...
-1
votes
1answer
93 views
“Individuals and interactions over processes and tools” [closed]
One of the agile menifesto is "Individuals and interactions over processes and tools".
If i use scrum, what kind of processes are involved in scrum? I know about individuals and their roles, but i ...
0
votes
1answer
469 views
node.js async waterfall module callbacks
I have my node.js code like this
async.waterfall([
function(callback){
category = [{"id":1,"name":xxx},{"id":2,"name":yyy}];
callback(null,category);
},
...
0
votes
2answers
223 views
Waterfall and agile approaches issue, and UML Vs rational rose
I'm stuck with these two questions and I didn't get any obvious answers. Can anyone help?
Comparison between Structural (Water Fall or classical) approach and Agile (UP-Object Oriented) approach.
...
3
votes
1answer
273 views
handling error in async waterfall with expressjs
I don't see why expressjs don't handle error when it's throw in async.waterfall
var express = require('express')
, app = express.createServer()
, async = require('async');
...
2
votes
1answer
62 views
about labeling the x axis
I have many data need to be plotted as waterfall in matlab. I have more than 10 columns of data, each column represents one data data set. I put all data in a big matrix such that the first data set ...
0
votes
0answers
19 views
Do we have Waterfall and Orphanage in the Category List?
It seems like we don't have (or used to have) Waterfall and Orphanage in the Category List? I tried to find them but can not.
0
votes
1answer
118 views
WaterFall in CorePlot
How to plot waterfall chart using coreplot in ipad.I am able to draw pie chart and other chart but not getting way to draw it. please share if any one have working example it will be very helpfull
1
vote
3answers
406 views
Are there any pros for the waterfall model testing vs agile?
I have read much information about agile and waterfall and I just cannot think of any reason why someone today should do the waterfall. I am concerned especially about testing process.
Do I miss ...
1
vote
1answer
861 views
waterfall plot using ribbon
I have a series of spectral data which I want to plot in a waterfall style plot.
waterfall itsself is no that usefull, because the thin lines have too many differences in each spectrum, that is is not ...
0
votes
1answer
49 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 ?
8
votes
2answers
1k 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, ...
-1
votes
1answer
80 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. ...
0
votes
1answer
483 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 ...
1
vote
1answer
1k 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?
3
votes
3answers
2k 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
256 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 ...
0
votes
0answers
154 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 ...
11
votes
6answers
601 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 ...
2
votes
1answer
538 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 ...
52
votes
15answers
3k 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 ...
0
votes
4answers
310 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 ...
4
votes
4answers
2k views
What are alternatives to the Waterfall model
Can you please give a methodology that stands to alleviate the disadvantages of waterfall model?
1
vote
1answer
75 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 ...
4
votes
4answers
8k 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 ...
5
votes
3answers
1k 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.
0
votes
7answers
295 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
405 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 ...
7
votes
15answers
857 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 ...
1
vote
4answers
345 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 ...
7
votes
4answers
852 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
14answers
587 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
4k views
One advantage an agile approach using Scrum has over waterfall approaches [closed]
If you had to choose one advantage that Scrum gives over a waterfall process, what would it be?
4
votes
6answers
666 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
6answers
4k 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 ...
7
votes
12answers
1k 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 ...
11
votes
7answers
746 views
Becoming Agile [closed]
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 ...