Agile Iterative Development mitigates risk
Agile thinking is all about risk and how to mitigate it. Iteration is the primary risk mitigation strategy in Agile work. Regularly delivering tested, working features is the way we avoid having built components that cannot work together.
All traditional projects run the risk that sub-systems won’t work after they’re put together in the integration phase of the project. Agile teams successfully deal with this by continuous integration – fully integrating each new feature as it’s completed. There is no big-bang integration phase to go wrong.
So far I’ve only talked about process risk. There is also product risk – the risk that some other device might mess with your implanted pacemaker, for example. I’ll address that risk too in this blog, but a solid product has to come from a solid process. How you get there matters. So first I want to discuss process risk in embedded systems work.
Staying in control of the work is paramount. For me, that has always meant being able to slice up the work and make the progress visible. What ways have you used to keep your work on target?
Nancy Van Schooenderwoert