代码只在交付时有价值,开发者发表软件定义交付宣言

栏目: IT资讯 · 发布时间: 5年前

内容简介:22 日,近十位开发者联名发布了软件定义交付宣言(The Software Defined Delivery Manifesto)。 该宣言指出交付是每个软件团队和组织的基础和战略能力,只有在交付时,代码才有它的价值,才能精准地塑造精彩的世...

22 日,近十位开发者联名发布了软件定义交付宣言(The Software Defined Delivery Manifesto)。

代码只在交付时有价值,开发者发表软件定义交付宣言

该宣言指出交付是每个软件团队和组织的基础和战略能力,只有在交付时,代码才有它的价值,才能精准地塑造精彩的世界。

交付是如此重要,现在是时候定义交付,并将其应用到开发工作中。

宣言中表示交付工作本质上是独一无二的,应用程序、组织、部署环境和团队的每个组合都有自己的上下文,每个团队都需要理解这种独特的交付和自动化。虽然持续交付对满足业务需求至关重要,但自动化执行所有重复任务也是重中之重。

工作思路是人类做决策,任务则由自动化去完成,而加速自动化的方式与加速应用开发的方式相同:使用现代架构、编程语言以及通用框架、代码库与服务。

目前已有 300 多人签署了该宣言。

以下是 Software Defined Delivery 的定义:

Core: Delivery is a fundamental and strategic capability for every software team and organization.

  • First-class: Delivery code is production code.

  • Strategic: Decide policy at the team and organization level; implement it with precision, without toil, in code.

  • Evolving: As we learn, we continually improve our delivery.

Engineered: In robust, testable code. 70s-era scripting languages are insufficient.

  • Modern software architecture: Event-driven and extensible.

  • Modern programming languages: Logic is best specified in code, not pictures or GUIs. Scripts don’t scale.

  • Model-based: Backed by a model of the software domain, with understanding of code.

  • Testable: Enabling short trips to spot errors before production.

Collaborative:

  • Among people: Each person can express their expertise in code for everyone’s benefit.

  • Among software: We use best-of-breed tools, but how we combine them is unique.

  • Between people and software: Collaborative automation enhances our perception and implements our decisions. It brings information and actions to where we are and makes automated behavior comprehensible to us. Using code, we distinguish between a team's shared set of delivery objectives, and their implementations.

Accelerated:

  • Through automation: We automate repeated tasks to speed our work and avoid errors.

  • Through reuse: Common functionality is shared between developers, teams, and organizations.

Observable: Common means to observe and troubleshoot what happens in the delivery process as a production system.

  • Trace: Observe activity in a system and trace the relationships between actions.

  • Debug: Interact with and inspect and a delivery flow.

  • Metrics: Derive metrics from activity across the entire delivery flow.

Authors: (alphabetical by last name): Kenny Bastani, Marc Holmes, Rod Johnson, Jessica Kerr, Mik Kersten, Russ Miles, Erin Schnabel, Matt Stine. With the help and refinement of many members in the community.

© 2018, the above authors, this declaration may be freely copied in any form, but only in its entirety through this notice.

宣言见:https://sdd-manifesto.org

GitHub:https://github.com/sdd-manifesto/manifesto


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《代码只在交付时有价值,开发者发表软件定义交付宣言》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

数值方法和MATLAB实现与应用

数值方法和MATLAB实现与应用

拉克唐瓦尔德 / 机械工业出版社 / 2004-9 / 59.00元

本书是关于数值方法和MATLAB的介绍,是针对高等院校理工科专业学生编写的教材。数值方法可以用来生成其他方法无法求解的问题的近似解。本书的主要目的是为应用计算打下坚实的基础,由简单到复杂讲述了标准数值方法在实际问题中的实现和应用。本书通篇使用良好的编程习惯向读者展示了如何清楚地表达计算思想及编制文档。书中通过给读者提供大量的可直接运行的代码库以及讲解MARLAB工具箱中内置函数使用的数量方法,帮助......一起来看看 《数值方法和MATLAB实现与应用》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具