Skip to main content

Posts

Showing posts from 2016

What is "Scrum"?

What is "Scrum"? When developing a product with a team, there will be few common problems like organizing the team, product scope change, team member not sure what to do next and redoing things that the other member had done. In order to solve theses kind of problems we can use scrum. Scrum  Scrum is a iterative and incremental agile software development framework which is used to manage product development. Where we can easily address these kind of questions , what other members should do?, what we need to?, are we on right track to complete the product in given time? And is the product owner happy with the progress? This is how the scrum works       1. A product owner creates a prioritized list called a product backlog where he will add what he needs in the product.       2. In the sprint planning, the team pulls a small chunk from the top of that list, a sprint backlog, and plan how to implement those requirements.      ...