What Will the Next 10 Years of Continuous Delivery Look Like?

栏目: IT技术 · 发布时间: 4年前

内容简介:After ten years of the book "Continous Delivery" from Farley and Humble,

Dave Farley and Jez Humble talked at the DeliveryConf about their expectations for the next ten years of Continous Delivery (CD) . For CD to succeed, the IT industry needs to focus on three performance aspects: technical, organizational, and cultural–all profoundly interrelated.DORA's report has shown that technical practices can lead the change, but they alone aren't enough.

After ten years of the book "Continous Delivery" from Farley and Humble, many practices have emerged like distributed tracing, chaos engineering, and traffic shifting. Their book has a focus on the software deployment pipeline. However, they've seen organizations having pipelines for each environment, and this is an anti-pattern of CD. What they meant is to have a mechanism where changes come in one end, and releasable software comes out to the other end. In other words, the continuous delivery of ideas with quick feedback from users to validate the outcome. As Farley said: "teams need to have a great story on these technical practices to have great technical performance, which is a necessary driver for CD."

What Will the Next 10 Years of Continuous Delivery Look Like?

Additionally, teams need to have a better structure that helps them to collaborate better and give them enough autonomy to deliver continuously, this is what Farley defines as organizational performance, and it's essential for success in doing CD on any scale. Moreover, according to Farley, having great cultural performance helps to focus on aspects like the team's behaviors, diverse thinking, or technical rigor.

All of these aspects–technical, organizational, and cultural performance–are interrelated. Farley said that "organizations can't succeed on doing CD at one of these aspects without the others." To highlight the importance of these aspects, Farley referenced an article from the Harvard Business Review magazine , where they talk about a few impediments of embracing agile: "the greatest impediment is not the need for better methodologies, empirical evidence of significant benefits, or proof that agile can work outside IT, it is the behavior of executives."

One way of thinking about the problems of delivering software is to use the model from "The Art of Action" book by Stephen Bungay . Organizations are trying to achieve an outcome, and they need to have a plan, which then carries out actions to achieve the expected outcome. Nonetheless, there are gaps in this model like knowledge level, people alignment, and the effects of the outcome. Farley said: "You can't close those gaps, but you can work to reduce them" by doing things like limiting the batch size of work.

What Will the Next 10 Years of Continuous Delivery Look Like?

According to Farley, software development is driven by learning and managing complexity, and organizations need to optimize for these drivers. For instance, to optimize learning, organizations can learn by employing feedback, working incrementally, running experiments. To manage complexity, organizations can implement architectural properties like modularity, separation of concerns, cohesion, or loose coupling. In other words, as Farley put it, " it's about engineering , applying rational scientific thinking to solving practical problems within economic constraints."

Additionally, Humble stressed the importance of having feedback quickly when doing CD because "most of the ideas could be bad ideas when organizations are innovating." Feedback is critical to know if these ideas are right or not–as they could be variable and uncertain. Moreover, this feedback fosters experimentation. In the book "Accelerate," Humble, Nicole Forsgren, and Gene Kim talk about product delivery and the importance of feedback: "product delivery is about building an engine that gives you quality feedback promptly, enabling a deterministic flow from development to production, this is the engine where product ideas bake in."

Finally, one of Humble's expectations for CD is "that people do CI (Continuous Integration) in a way that CI is defined," which means the developers are doing check-in into a master branch or integrating feature branches to a master branch at least once a day. If the build breaks, it's typically fixed within ten minutes. And also, having reliable automated testing as CI relies on it to validate every application code change.

At the end of the talk, there was an open-space to continue the discussion on what CD will look like in the next ten years. The audience discussed the challenges, successes, and what they would like to see.

Audience: What are the strategies to change the behavior of executives to adopt CD?

Audience: Do a cost analysis (an ROI), where you can put a number on it. This helps to make a case for it when talking to an executive so that they see that CD has a business value.
Farley: It's important to change to tone of the conversation. You're not going to win the hearts and minds of senior people in an organization by talking about technical strategy or deployment pipelines. We need to talk about business impacts or the ability to evolve.
Audience: Overall, you have to generate an emotional response to change your business. Many times I've seen the ROI approach. While that can be valuable, it just doesn't go quite far enough to change the culture, like the old say "culture eats strategy for lunch."

DeliveryConf: What successes have you had in this area?

Audience: In my organization, we used to have a huge script that delivered beats once you build them somewhere on the shared. So, I volunteered personal time to improve the pipeline.
Audience: The power of example is really useful in terms of bringing more people on board.

DeliveryConf: What would you want to see in 2-5 years?

Audience: I’d suggest a focus on training those (employees) that are in the company. Make an investment there.
Audience: CEOs to hold us accountable on the financial outcomes when we prove the benefits of better CD practices do accept that and take for what is forth rather than saying: "well, that’s not how we have done things before."

What do you think the upcoming years will look like for CD?


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

数据结构与算法

数据结构与算法

Michael McMillan / 吕秀峰、崔睿 / 人民邮电出版社 / 2009-5 / 49.00元

《数据结构与算法C#语言描述》是在.NET框架下用C#语言实现数据结构和算法的第一本全面的参考书。《数据结构与算法C#语言描述》介绍的方法非常实用,采用了时间测试而非大O表示法来分析算法性能。内容涵盖了数据结构和算法的基本原理,涉及数组、广义表、链表、散列表、树、图、排序搜索算法以及更多概率算法和动态规则等高级算法。此外,书中还提供了.NET框架类库中的C#语言实现的数据结构和算法。 《数据......一起来看看 《数据结构与算法》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码