19
Inversion of Control
● ソフトウェアの世界で太古の昔から言われてきたInversion of
Control(制御の反転)という考え方
○ 具体例としてのDependency Injection(依存オブジェクト注入)
のほうが知られてる?
選択肢4
Slide 20
Slide 20 text
20
- プラットフォームチーム&サービスチーム
- Control: Platform team controls Service team that controls app
deployments
プラットフォームチームがデプロイメントを制御する
- Inversion of Control: Platform team builds a framework that
controls deployments. Service team injects anything necessary
サービスチームがデプロイメントを制御する
- これを可能にするフレームワーク
What to Control?