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 24, 2024
Programming
0
45
リーンの思想の実践の一つ
トヨタ開発手法から始まりリーン開発手法、プログラム業界ではアジャイルやリーンスタートアップなど、リーンな思考法は広く広まっています。その本質の一端をまとめることを試みましたので、解説します。
まりも
September 24, 2024
Tweet
Share
More Decks by まりも
See All by まりも
メンタルモデルから見るオブジェクト設計
hrmstrsmgs
0
240
技術的負債
hrmstrsmgs
0
270
よい設計のプログラムを作るには
hrmstrsmgs
0
86
歴史から理解するJavaScript
hrmstrsmgs
0
74
論理的な考え方
hrmstrsmgs
0
70
論理的な話し合いはなぜ必要か
hrmstrsmgs
0
47
腕のある技術者はなぜ
hrmstrsmgs
0
93
疑似乱数の生成
hrmstrsmgs
0
47
構造化プログラミング
hrmstrsmgs
0
160
Other Decks in Programming
See All in Programming
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
390
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
ロボットのための工場に灯りは要らない
watany
10
2.6k
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
830
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1k
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
220
CSC307 Lecture 13
javiergs
PRO
0
320
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
560
AI時代のシステム設計:ドメインモデルで変更しやすさを守る設計戦略
masuda220
PRO
5
890
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
360
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
380
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
1
240
Featured
See All Featured
ラッコキーワード サービス紹介資料
rakko
1
2.6M
Building the Perfect Custom Keyboard
takai
2
710
First, design no harm
axbom
PRO
2
1.1k
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
100
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
Typedesign – Prime Four
hannesfritz
42
3k
Making Projects Easy
brettharned
120
6.6k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
Transcript
リーンの思想の実践 トヨタ式、アジャイル、リーンスタートアップ
同じ思想の影響下にある手法 リーン トヨタ式 リーン生産手 法 アジャイル開 発手法 リーン・ス タートアップ
管理方式 集中管理 分散管理
分散管理 • 管理者はいない • 単純な思考の組み合わせ • 2-6-2の法則 • 高度な社会性 働き蟻
全体を均質な単位に分割する
分割する単位の例 単位 工場のセル 多能工 かんばん チケット駆 動のチケッ ト TDDのサイ クル
スクラムの スプリント スクラムの フィー チャー スクラムの タスク スクラムの 開発者 リーンス タートアッ プの測定
単位の性質 一つ一つの大きさがそろっている フラットな構造 一つ一つの多様性
外側から見た単位 なるべく内側のことは考えない フラットな単位を整然と扱う 単純に一つ一つを順番に処理するなど
単位の内側 他の単位のことはあまり考えない 他の単位との連携はシンプルに(見える化) やり方の改善を続ける 全体の本質は理解する