You say 'continuous delivery', I say 'limit WIP'
October 12, 2012
Continuous delivery is something that everyone seems to be talking about these days. And it’s very cool. Put very simply you can say that it’s striving for releasing every change you do in your code base and configuration to the production environment.
This can seem like a very daunting task to take on but if you think about it, it only has to do with us taking on to much work in process. In this blog post I’ll elaborate on some thoughts around that.
Continuous delivery is not hard at all
This little conversation took place the other day when I explained continuous delivery for a colleague:
“When is the easiest day to release a system?” “Huh?” “The first day. Continuous delivery is to just keep doing that ever day”
Yeah - it’s one of those; that’s easy for you to say, but there’s a great amount of truth in there as...