Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
アジャイルにおける開発環境の改善
Search
まりも
September 23, 2024
Programming
0
19
アジャイルにおける開発環境の改善
アジャイルにおいては、テストの自動化など、開発環境を極力楽にすることにより、製品の価値を大きく上げることが行われます。その原理を解説します。
まりも
September 23, 2024
Tweet
Share
More Decks by まりも
See All by まりも
メンタルモデルから見るオブジェクト設計
hrmstrsmgs
0
120
技術的負債
hrmstrsmgs
0
150
よい設計のプログラムを作るには
hrmstrsmgs
0
57
歴史から理解するJavaScript
hrmstrsmgs
0
34
論理的な考え方
hrmstrsmgs
0
39
論理的な話し合いはなぜ必要か
hrmstrsmgs
0
23
腕のある技術者はなぜ
hrmstrsmgs
0
56
疑似乱数の生成
hrmstrsmgs
0
25
構造化プログラミング
hrmstrsmgs
0
51
Other Decks in Programming
See All in Programming
Rubyと自由とAIと
yotii23
6
1.9k
Webフレームワークとともに利用するWeb components / JSConf.jp おかわり
spring_raining
1
130
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
1.1k
Boos Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
590
Honoとフロントエンドの 型安全性について
yodaka
7
1.5k
From the Wild into the Clouds - Laravel Meetup Talk
neverything
0
180
SwiftUI Viewの責務分離
elmetal
PRO
2
280
Expoによるアプリ開発の現在地とReact Server Componentsが切り開く未来
yukukotani
1
210
未経験でSRE、はじめました! 組織を支える役割と軌跡
curekoshimizu
1
200
楽しく向き合う例外対応
okutsu
0
730
Datadog Workflow Automation で圧倒的価値提供
showwin
1
300
React 19アップデートのために必要なこと
uhyo
8
1.6k
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
22
1.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Done Done
chrislema
182
16k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
What's in a price? How to price your products and services
michaelherold
244
12k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Building an army of robots
kneath
303
45k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
Transcript
アジャイルにおける 開発環境の改善
アジャイルソフトウェア開発宣言 プロセスや ツールよりも 個人と対話を 左がいらないとは誰も言ってませんからね 2001年の時代背景を思い出そう
「銀の弾丸などない」 複雑性 本質的 偶有的
テスト駆動開発の場合 コスト削減のためにテストの自動化 テストのコストがほぼ0に テストの意味の拡大 テストが開発を駆動する
比例してコスト削減 0 10 20 30 40 50 60 70 80
90 100 0 10 20 30 40 50 60 70 80 90 100 y
反比例の軸付近 0 10 20 30 40 50 60 70 80
90 100 0 10 20 30 40 50 60 70 80 90 100 y この辺を 利用する
発展 継続的インテグレーション(CI) 継続的デリバリー(CD) カオスエンジニアリング
ひとつひとつ導入し ていく