Wednesday, 31 October 2012

Implementing Continuous Delivery is Easy... isn't it?

Last week I saw the following email quite rightly thanking a bunch of developers for their herculean efforts in managing against, the odds, to launch a web app on time for an industry show. It went something like this:

“We've had late nights, all nights, plans A - E, last minute AAARRRGGGHHHs, frantic calls to the server company, web servers going down on launch day, cancelled holidays, tension and early stage Stockholm Syndrome. Yet somehow we did it and are still talking to each other. The following people should stand up and take the applause they justly deserve because it has been a truly amazing effort: Laura, Mo, Sir Chris, Jason, Alistair, Andy, Jess, Victoria, Greg, Ben and Bradley1.”

...and therein lies the problem. Emails like this should be the exception rather than the rule as releasing code into the production environment should be a non-event. To my way of thinking, if you continually work weekends and late nights and suffer stress and cancelled holidays, so that you can painfully and manually push your app in to the production environment, then there’s something very wrong with your development process. I read somewhere once that you should “work smart and not hard”, which seems to echo the sentiments of @jezhumble who recently gave an inspiring talk in Berlin on continuous delivery. During the talk Jez went through the fundamentals of continuous delivery the crux of which seemed to be:

  • When delivering, deliver small chunks of work.
  • Deliver often.
  • Be able to rollback deliveries quickly and simply.
  • Do the above by automating everything.
  • People are key - talk to other teams / departments and work with them.

In making these particularly, paraphrased points Jez made it all sound incredibly easy, but is it as easy as he makes out? I think that the answer is both yes and no... In implementing continuous delivery what you’re actually going is undertaking a series of process changes within a corporate environment and managing that change can be incredibly hard, often intensely frustrating, and hugely political. I think that it’s one of those times where “size matters”.

John Allspaw, formally of flickr and now of Etsy, recounts on Continuous Delivery his experiences of continuous delivery at flickr and how the company was so small that the developers had no choice but to do everything themselves; from code to QA to operations. This lead to developers pushing small incremental code changes to the production environment. This process can still be seen if you look at the bottom of http://code.flickr.com, where you’ll see something like this:


...which is very cool. If the email at the start of this blog was sent out by a flickr manager then last week he’d have sent out 84 emails!

But I digress. The point of the John Allspaw / flickr example is that it’s relatively easy to implement procedures in a new company or change existing procedures in a very small company. Large companies, on the other hand, are a different kettle of fish, where implementing charge is more difficult. Apart from the logistics of managing more people, often over multiple sites around the world, there are also ingrained, established and cherished procedures, which sometimes result in a resistance to change and a ‘jobs worth’ attitude.

I’ve been in several projects where the dev team has organized their internal procedures to include writing tests, committing frequently, running continuous builds, adding automation and releasing frequently to the test team. This is usually driven by team members who hate the hassle of stressful, infrequent, manual releases and want to make theirs lives easier and are enthusiastic enough to want to embrace the latest ideas and take responsibility for what they do. In management speak this would be ‘bottom up’ instigation of change.

Although this idea of ‘bottom up’ change works well in both small companies and at team level, my experience is that it’s pretty ineffectual when it comes to dealing with large organizations. In larger companies it seems normal to have several development teams working on a multitude of different applications, while quite often there’s a single database team and operations team who are responsible for managing the databases and deployment of all applications. This is where developer driven, bottom up continuous delivery fails. It’s easy to change the way your team works, but then you have to change how other development teams work. If you manage that, then you’ll have to start changing the way the database guys work and so too the operations team. This makes implementing change interdepartmental and of course, at this point someone will usually suggest forming a committee that will evaluate the current situation, come up with a list of alternatives and, in the fullness of time, at the appropriate juncture, recommend that another committee is required. My experience is that when it comes to software delivery, you as a developer are expected to follow the operations team's procedures and guidelines however antiquated they may be, and often because “that’s the way it’s always been done”.

I know that this seems extremely negative, but I think that progress is being made. Years ago in large companies you had very separate development, QA, database and operations teams, with each one throwing their ‘completed’ work over the wall to the next. However, 'Times They Are A-changin'2 and more recently project teams within large organisations I've worked with have usually included developers and testers working together on the same team; sometimes you even see a database guru on the team. Perhaps one day project teams in large companies will include people from all the disciplines required to get their app live. I live in hope.

So, the question is how do you effect corporate change? This is not a trivial question. Jez Humble states that “people are key”, which is of course true. He recommends that a good start would be for developers to talk to the ops guys and build up a relationship with them by, for example, inviting them to your release parties.

However, as they say, “it’s not what you know, but who you know”3, so it’s a good idea to talk to the right people or person. It’s no good getting the operations team’s junior tea-boy on side, you’ve got to get the manager, director and general head honcho on side. If, as a junior developer, you think that suggesting a new approach to the head honcho is a daunting task then, as a wise man once said4, imagine them on the toilet before you start your conversation.

When the head honcho changes things then in management speak this is known as ‘top down’ change management.

I did wonder why @jezhumble made implementing continuous delivery sound so simple and thought that maybe it’s because he works for ThoughtWorks, who according to their website are either “building a new custom system for a client, fixing a project that's tied up in knots, or helping to make a software development organization more productive”5. ThoughtWorks are consultants and there’s nothing wrong with ThoughtWorks or consultants; however, companies pay a lot of money for consultants and because a company’s management have paid out a lot of money they often more readily listen to, and implement, the consultant’s advice even if it’s wrong or reiterates what the company’s own faithful, permanent employees have been saying all along. I’ve heard this called the Consultancy Syndrome.

That there is a need for continuous delivery is undeniable. For some this may be purely on cost grounds - the inference being that continuous delivery is cheap, whilst monolithic manual releases are very expensive. For developers it’s generally a matter of work/life balance: being able to see your partner and family. Being there to take your children swimming, read them bedtime stories or to meet friends for drinks and the cinema whilst not suffering from developer burnout. As the old story goes, no one lying their death bed ever thinks “I wish I’d spent more time at work”.

Finally, I've talked about implementing change on a small scale at team level and on a larger scale at corporate level. The guys mentioned in the email above really had it tough. They did the development and some testing, the client did the project management and supplied the operations and infrastructure, a third company supplied the database, whilst a fifth company supplied the content and even more testing. Implementing change on a multicorporate level, now that's hard...


1Not their real names.
2See Bob Dylan 1964 on the Columbia record label.
3Proverb
4Billy Connolly
5See About ThoughtWorks

All source code for this an other blogs in the series are available on Github at git://github.com/roghughe/captaindebug.git

6 comments:

Jez Humble said...

Hi Roger

Thanks for the thoughtful, detailed blog post, and for your feedback on my talk.

I am sorry if I made it seem like continuous delivery is easy. I try and make a point of saying that it is hard in all my talks, but sometimes (including during the Berlin one it seems) I forget. As you rightly point out, it is hard, especially in larger organizations.

Typically it needs to be implemented team-by-team. Getting the ops folk on board can be especially painful, and it needs dev and ops to work together (hence devops). Ops are usually more enthusiastic about helping if a) they are struggling anyway and b) the dev team agrees to be on the hook if things go wrong during deployment, or shortly afterwards (ITIL also recommends this). I talk more about implementing CD in enterprises in this talk: http://www.thoughtworks.com/events/implementing-continuous-delivery

Thanks,

Jez.

Roger Hughes said...

Jez
Thanks for getting in touch with your thoughts on my blog. I’ve had a look at your talk at http://www.thoughtworks.com/events/implementing-continuous-delivery in which you do indeed say that implementing continuous delivery is hard... several times. I guess that it’s easy to make any subject sound easy when you’re enthusiastic and passionate about it and possess a proven track record in that area.

You say that it takes about 1 to 5 years to implement CD depending upon an organization’s size and complexity and I did wonder whether those figures are based upon anecdotal evidence or the results of a study?

Charles Hoose said...

I'm getting a lot from your big company/small company analogy. One of the major problems I see about small companies is the demand; in the case of a startup that has a lot of potential and has, in a way, managed to get a lot of pre-release clients in, the staff tend to focus on keeping things flowing smoothly throughout the first few months, oftentimes making multiple updates (like flickr) just to ensure the clients are satisfied.

Patrick Tyler said...

With the help of online network everything can go instant. You could carry out a lot of work by just facing to one monitor, that's why I think, with technology every demand of public can be easily fulfilled.

Margarito Tabarez said...

I agree with you @Patrick, in terms of online networking, many things can now be achieved and done. Technology seems to work on almost everything in our society nowadays.

Cora Oldbuck said...

A stressful environment leads to lowered productivity. People who are more relax can create sound decisions compared to those who are always harassed.