vote up 4 vote down star
4

If you had to choose one advantage that Scrum gives over a waterfall process, what would it be?

flag

70% accept rate
scrum is a project-management method, waterfall is a software-development methodology; they are not the same thing. Perhaps you mean Agile instead of Scrum? – Steven A. Lowe Jan 8 at 2:02
Do you want the drawbacks too? – Jay Sep 8 at 16:36

23 Answers

vote up 14 vote down

You build what the customer wants as opposed to what the customer thought they wanted when you gathered requirements.

EDIT: This is a general property of Agile methods with the emphasis on delivery early and often -- the exact opposite of waterfall (delivery late and once).

link|flag
vote up 2 vote down

There can be some implementations of software development that use most of Scrum within a waterfall framework so part of your question may be based on mis-information.

The main advantage I see in Scrum is the daily communication and accountability it provides so that everyone on the team can know what everyone else is doing plus share where he or she is. The visibility this gives to see what is going on along with the accountability of telling what you are doing is what can make Scrum a very nice part of developing software assuming you are working with people that can get along and are comfortable making their own rules to some extent.

link|flag
vote up 6 vote down

It gives you a process that delivers useable business function early and often, which increases the likelihood that the customer will be satisfied with your results. It also does so at a relatively low cost, and reduces the risk of failure.

link|flag
vote up 2 vote down

Happy developers

link|flag
vote up 3 vote down

That you deliver usable bits of software rapidly so that you find out whether or not you are on the right track before the project goes off the rails.

Of course, this applies to any agile process as opposed to waterfall, not just Scrum.

link|flag
vote up 1 vote down

That your code runs stable at the end of each sprint.

Nothing worse than trying to work on an unstable code base.

link|flag
Using SCRUM does not guarantee that you have stable/good code (IMO). – Martin Jan 13 at 21:59
Good can be argued. But unless it is stable it can;t be put into mainline. You can't demo unstable code to customers at the end of each sprint. – Martin York Jan 14 at 7:35
SCRUM != Unit testing. Unit testing != regression testing. SCRUM != good code checked in. How do you write unit tests for the UI and event driven screens? – Jay Sep 8 at 21:41
@Jay. How do you do it now? – Martin York Sep 8 at 22:54
vote up 2 vote down

The number one reason I like SCRUM is the burn-down concept. No one cares how much time you have spent, all they need to know is how much time you have left.

link|flag
vote up 0 vote down

No Death Marches.

Define what you can deliver every sprint.
If you don't make it that is immediately reflected by pushing features (sorry stories) out of subsequent sprints.

link|flag
I'm in one now. They seriously underestimated the hours required and the deadline hasn't changed. – Jay Sep 8 at 21:42
vote up 2 vote down

I find that it is a great motivator, that the team as a whole is involved in the planning process, and not just a couple of people (which was the case previously). Usally this also amounts to more precise estimates, in my experience, which is essential in keeping the project on the right course.

Also, it is great to have a good overview of, what is actually going on on the team currently, knowing what everyone is working on to some extent, instead of just having the project leader giving out assignments individually.

link|flag
vote up 1 vote down

User (Product Owner) is involved with deciding what is needed next.

So you have immediate buy in from the users.
And immediate feedback when a story does not match what they expected.

link|flag
vote up 0 vote down

Rugby Babes

link|flag
Loved the comment ;) oberlin.edu/stuorg/womrugby/Scrum.jpg – Sergio Jan 8 at 15:11
vote up 1 vote down

i see this confusion a lot, so let's be specific:

  1. Scrum is a project-management method,
  2. 'waterfall' is a software-development methodology

The two are not equivalent.

the confusion arises because Scrum is often practiced as the project-management part of an Agile development process, but Scrum and Agile are not the same thing

so to be technically accurate, your question makes a bad assumption! Perhaps you'd like to rephrase it?

link|flag
Semantically they may not be precisely equivalent, but that does not invalidate the question. It is entirely fair to compare a project being developed under the Waterfall method with one under Scrum; if each is fully applied they are mutually exclusive. – DanSingerman Jan 8 at 15:13
1  
@[HermanD] LOL - "semantically" they are two completely different things! The literal question is nonsense, the assumed meaning of the question is another thing. Scrum is intended for Agile projects, but it is possible to use Scrum to run a waterfall (or other non-agile) process. – Steven A. Lowe Jan 8 at 16:56
vote up 0 vote down

Waterfall is the first attempt to tackle software development using the common engineering aproach. In other words, It's HORRIBLE for everybody.

Main advantage of SCRUM? It was actually planned to be used for software development.

Mainly the code "growth" with new information, is not "assembled" only after somebody says the information you have is enough (which never is).

link|flag
vote up 6 vote down

Waterfall assumes you know everything in advance, which just isn't possible.

A good scrum process starts the same way waterfall does, listing out everything you want to build. The advantage of scrum, though, is that you re-rank that list after every iteration, you're always building exactly what the customers want.

When we were building a beta of one of our products we allowed the beta customers to help drive the stack rank for the next cycle. The end result was a product that the customers wanted, not one we dictated to them.

link|flag
vote up 1 vote down

SCRUM (and all agile methodologies that follow the agile manifesto) acknowledge that software developers are human. Waterfall practitioners are more likely to believe that software is developed by interchangeable man-month robots.

link|flag
vote up 0 vote down

It facilitates emergent design / emergent architecture.

link|flag
vote up 0 vote down

The ability to change directions or process course corrections without impacting the schedule, cost, or performance dramatically.

link|flag
vote up 0 vote down

One of the biggest benefits you'll see is that you have iterative cycles. The customer is going to change their mind, budget, etc. It helps to be flexible, instead of getting the reaction, "that isn't what I asked for, so I'm not paying for it"

link|flag
vote up 1 vote down

I think true waterfall days are gone. Spiral took over waterfall and lot of teams operate in spiral even without knowing it. In one of my previous tags I mentioned that Agile is evolved from spiral.

link|flag
vote up 0 vote down

'Late binding'. In agile methodologies, defer decisions. You make calls later in the project cycle when you actually have relevant knowledge, as opposed to earlier when you do not. That improves the quality of your decisions.

link|flag
vote up 0 vote down

Firstly, if we just agree that the right question is more like "agile" vs "waterfall"...

As a former development manager, my primary view of this is actually somewhat different. I love the "engineering practices" benefits of agile methods, such as burndows, JIT design etc. However, studies show that the correlation between process choice and success rate is less than many might expect (one example). Sure, Agile is fairly consistently shown to be somewhat better, but it is not clear if the studies adjust for the fact that you tend to have better developers on agile projects - either because better developers tend to push for Agile or because Agile tends to attract better developers.
If you look at some of Cockburn's stuff, it is quite clear that the main success driver for software projects is the quality of the people on the project - not the process.

Agile Software Development
See Cockburn's book for some really good fundamental explanations of this (it is not a how-to book, rather something that explains the underlying concepts and why you should do agile).

In my opinion, Agile methods help create an environment in which excellent programmers want to work. Because they are part of the process, because they are allowed to use their brains, etc.
As a business you are therefore more likely to attract and retain top-notch people which means you are more likely to have a successful project.

At a business level, that is really the justification - everything else is all very well and good, but this is the one thing that matters to the bottom line and the one thing you can sell up the chain. It is well known that really good developers are many times more productive than average developers, but they don't cost many times more. So, if you can attract and retain really good developers you get more output for the same money. Oh, and you'll have a lot more fun in the process.

Better environment => Better Developers => More successful projects

One word of caution; If you happen to have a team of average developers with no obvious bright sparks, I would be concerned about implementing Agile. At least, don't expect it to solve your problems - you are likely to get the same kind of results (after the bedding-in period), though with the benefits of the burndown. But Agile depends on having really good developers who really know what they are doing and who are constantly updating their skills - or at least a team that includes some people like that. Agile was invented by a bunch of guys who are legendary programmers and very, very smart people.

link|flag
vote up 0 vote down

Others said that Scrum gives us "Happy developers", and "Motivated developers". To me that is the most striking observation. I disagree with the opinion that Scrum merely amplifies the (elite/bad) programmers' performances: In my experience it consistently improves developer performance.

Why, well:

  • It's energizing to feel part of a team. They've got your back. You've got theirs.
  • You can feel your work has a sense of meaning. POs will make sure.
  • You committed to goals within reach, you feel in control
  • You won't get stuck very long, you do not feel alone
  • You see the fruits of your labour, you can feel proud, immediately

Notice that these are not 'technical' but very 'emotional'. I think this is "happy". After all this, the only route toward increasing your happiness e*ven more* is to try and become a better programmer... which I see happening again and again.

To summarize:

Scrum makes developers reach higher, perform better, with intrinsic enjoyment.

link|flag
vote up 0 vote down

One reason I like Agile is that it allows you to fail faster, sooner, cheaper (meaning, if the project is going to blow up, you'll find out about it a lot faster).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.