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
37
リーンの思想の実践の一つ
トヨタ開発手法から始まりリーン開発手法、プログラム業界ではアジャイルやリーンスタートアップなど、リーンな思考法は広く広まっています。その本質の一端をまとめることを試みましたので、解説します。
まりも
September 24, 2024
Tweet
Share
More Decks by まりも
See All by まりも
メンタルモデルから見るオブジェクト設計
hrmstrsmgs
0
170
技術的負債
hrmstrsmgs
0
200
よい設計のプログラムを作るには
hrmstrsmgs
0
70
歴史から理解するJavaScript
hrmstrsmgs
0
55
論理的な考え方
hrmstrsmgs
0
51
論理的な話し合いはなぜ必要か
hrmstrsmgs
0
27
腕のある技術者はなぜ
hrmstrsmgs
0
70
疑似乱数の生成
hrmstrsmgs
0
37
構造化プログラミング
hrmstrsmgs
0
100
Other Decks in Programming
See All in Programming
あのころの iPod を どうにか再生させたい
orumin
2
2.5k
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
380
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
1.8k
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
270
新世界の理解
koriym
0
140
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
280
DataformでPythonする / dataform-de-python
snhryt
0
180
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
State of CSS 2025
benjaminkott
1
110
画像コンペでのベースラインモデルの育て方
tattaka
3
1.7k
ワープロって実は計算機で
pepepper
2
1.4k
実践 Dev Containers × Claude Code
touyu
1
210
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Building Adaptive Systems
keathley
43
2.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.4k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Designing for humans not robots
tammielis
253
25k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
770
4 Signs Your Business is Dying
shpigford
184
22k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Transcript
リーンの思想の実践 トヨタ式、アジャイル、リーンスタートアップ
同じ思想の影響下にある手法 リーン トヨタ式 リーン生産手 法 アジャイル開 発手法 リーン・ス タートアップ
管理方式 集中管理 分散管理
分散管理 • 管理者はいない • 単純な思考の組み合わせ • 2-6-2の法則 • 高度な社会性 働き蟻
全体を均質な単位に分割する
分割する単位の例 単位 工場のセル 多能工 かんばん チケット駆 動のチケッ ト TDDのサイ クル
スクラムの スプリント スクラムの フィー チャー スクラムの タスク スクラムの 開発者 リーンス タートアッ プの測定
単位の性質 一つ一つの大きさがそろっている フラットな構造 一つ一つの多様性
外側から見た単位 なるべく内側のことは考えない フラットな単位を整然と扱う 単純に一つ一つを順番に処理するなど
単位の内側 他の単位のことはあまり考えない 他の単位との連携はシンプルに(見える化) やり方の改善を続ける 全体の本質は理解する