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
39
リーンの思想の実践の一つ
トヨタ開発手法から始まりリーン開発手法、プログラム業界ではアジャイルやリーンスタートアップなど、リーンな思考法は広く広まっています。その本質の一端をまとめることを試みましたので、解説します。
まりも
September 24, 2024
Tweet
Share
More Decks by まりも
See All by まりも
メンタルモデルから見るオブジェクト設計
hrmstrsmgs
0
180
技術的負債
hrmstrsmgs
0
210
よい設計のプログラムを作るには
hrmstrsmgs
0
71
歴史から理解するJavaScript
hrmstrsmgs
0
55
論理的な考え方
hrmstrsmgs
0
54
論理的な話し合いはなぜ必要か
hrmstrsmgs
0
27
腕のある技術者はなぜ
hrmstrsmgs
0
71
疑似乱数の生成
hrmstrsmgs
0
39
構造化プログラミング
hrmstrsmgs
0
110
Other Decks in Programming
See All in Programming
Deep Dive into Kotlin Flow
jmatsu
1
310
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
220
Swift Updates - Learn Languages 2025
koher
2
470
AIコーディングAgentとの向き合い方
eycjur
0
270
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
390
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.7k
旅行プランAIエージェント開発の裏側
ippo012
2
890
Rancher と Terraform
fufuhu
2
240
🔨 小さなビルドシステムを作る
momeemt
4
670
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
290
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
110
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
420
Featured
See All Featured
Building an army of robots
kneath
306
46k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Bash Introduction
62gerente
615
210k
Building Applications with DynamoDB
mza
96
6.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Scaling GitHub
holman
463
140k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
How to Ace a Technical Interview
jacobian
279
23k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Transcript
リーンの思想の実践 トヨタ式、アジャイル、リーンスタートアップ
同じ思想の影響下にある手法 リーン トヨタ式 リーン生産手 法 アジャイル開 発手法 リーン・ス タートアップ
管理方式 集中管理 分散管理
分散管理 • 管理者はいない • 単純な思考の組み合わせ • 2-6-2の法則 • 高度な社会性 働き蟻
全体を均質な単位に分割する
分割する単位の例 単位 工場のセル 多能工 かんばん チケット駆 動のチケッ ト TDDのサイ クル
スクラムの スプリント スクラムの フィー チャー スクラムの タスク スクラムの 開発者 リーンス タートアッ プの測定
単位の性質 一つ一つの大きさがそろっている フラットな構造 一つ一つの多様性
外側から見た単位 なるべく内側のことは考えない フラットな単位を整然と扱う 単純に一つ一つを順番に処理するなど
単位の内側 他の単位のことはあまり考えない 他の単位との連携はシンプルに(見える化) やり方の改善を続ける 全体の本質は理解する