
The Sprint Process – An Agile Approach
The sprint process is a popular way to implement the Agile approach to software development. Is has its detractors. However, there are many ways that this approach can split up a large project into smaller bites. This action of breaking something big into manageable pieces increases the chances of success. Also, a sprint helps us address numerous principles discussed in the Agile Manifesto. Deliver Working Software A challenging part of the sprint process is the goal of delivering working software as part of completing each sprint. We are not ignoring the SDLC steps. Those six steps are being repeated each sprint and require a little creative thinking. Working software is not the same as useful. We can build a solution... Read more