Code Freeze, Recompile, and Code Generation - Not So Scary with CD
November 2, 2012
Sure enough… There’s an abbreviation for Continuous Delivery. It’s CD. I think this means that it’s important :)
The last couple of days I’ve run into a lot of expressions, true-isms and problems that we take for granted that are turned a bit on their heads when looking into releasing often. And with often I mean real often - like all the time. No, really, I mean continuous delivering.
Yes, I know that it first feels a bit scary and unachievable, but in this blog post I’ll try to show you a couple of things that make that strive worthwhile. I think.
Continuous Delivery?
So the short and sweet introduction is really this; push EVERY change to your code, configuration, and environment to production. Do that all the time.
To unwrap that it, of course, means that you need to have your code,...