Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Intro to Scrum

Waterfall Model

The old framework for developing software.

    • Dr. Winston Royce - In 1970, wrote a paper that evolved into the Waterfall Model of Software Development.
      • Waterfall Phases
        1. Requirements Analysis
        2. Design
        3. Code
        4. Integration
        5. Test
        6. Deploy
      • Risky and invites failure
        • Rarely have perfect knowledge of what is needed at the beginning
        • Know less about our project when we start out than we will know in the future.
        • The first day is the dumbest day of the rest of our project.
        • Waterfall projects eventually descend into anarchy
          • Low quality
          • Too much overtime

Scrum Model

The new framework that leverages Agile for developing software.

Roles in the Scrum Process

...