A Scrum Story - DZone Agile
Ready to start working on a new development project? Great! But not everything is about coding. In fact, the most difficult part comes when several people have to work together towards the same goal, and without a way to visualize all the to-do's, things can often fall apart before they begin. That's where Scrum comes into play. Scrum is a Project Management set of good practices that can be applied in any software project . In fact, it can be applied in any project that has a defined output. Scrum is based on iterations, or Sprints as they're called in the Scrum world. Each Sprint contains all the phases of a long-term project such as: Analysis Design Implementation QA At the end of each Sprint, the product increment that could be achieved during the Sprint's time will be reviewed and validated and the cycle will begin again to build a final product in an iterative way that prevents team members from getting overwhelmed. Those functional increments of the final prod...