SSブログ

Principles of Software Delivery [プログラマー現役続行]

Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation (Addison-Wesley Signature Series (Fowler))

Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation (Addison-Wesley Signature Series (Fowler))

  • 作者: Jez Humble
  • 出版社/メーカー: Addison-Wesley Professional
  • 発売日: 2010/08/06
  • メディア: ハードカバー

第1章に書かれているPrinciplesです。
  • Create a Repeatable, Reliable Process for Releasing Software
  • Automate Almost Everything
  • Keep Everything in Version Control
  • If It Hurts, Do It More Frequently, and Bring the Pain Forward
  • Build Quality In
  • Done Means Released
  • Everybody Is Responsible for the Delivery Process
  • Continuous Improvement
しばらくは、これらのPrinciplesを広めるための活動が業務の中心です。

※ このようなPrinciplesをサポートする開発環境を整備しないと、とてもソフトウェアを開発する気になれないので、行うしかないのが現状です。