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
Minimum Viable Development
Search
Donn Felker
March 15, 2016
Programming
4
9.6k
Minimum Viable Development
Slides for the Minimum Viable Development talk given at Kotlin ∪ Android on March 14th, 2016.
Donn Felker
March 15, 2016
Tweet
Share
More Decks by Donn Felker
See All by Donn Felker
Testing for Success in the Real World
donnfelker
3
380
Realm - Droidcon 2016
donnfelker
7
380
Realm - NY Android Meetup
donnfelker
1
480
Realm - a New, Easy to Use Mobile Database & Object Framework
donnfelker
8
310
Understanding Build Variants
donnfelker
3
140
Android From The Trenches
donnfelker
11
850
Starting and Growing Your Career as a Freelancer/Consultant
donnfelker
6
290
Building Web APIs with Hapi.js and MongoDB (Mongoose)
donnfelker
11
6.6k
Approaches to Managing Genomic (DNA) Data
donnfelker
0
73
Other Decks in Programming
See All in Programming
Effective Signals in Angular 19+: Rules and Helpers @ngbe2024
manfredsteyer
PRO
0
130
useSyncExternalStoreを使いまくる
ssssota
6
1k
Go の GC の不得意な部分を克服したい
taiyow
2
770
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
150
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
320
採用事例の少ないSvelteを選んだ理由と それを正解にするためにやっていること
oekazuma
2
1k
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
130
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
330
暇に任せてProxmoxコンソール 作ってみました
karugamo
1
720
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
250
Security_for_introducing_eBPF
kentatada
0
110
「Chatwork」Android版アプリを 支える単体テストの現在
okuzawats
0
180
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
GitHub's CSS Performance
jonrohan
1030
460k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Making the Leap to Tech Lead
cromwellryan
133
9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
Why Our Code Smells
bkeepers
PRO
335
57k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Unsuck your backbone
ammeep
669
57k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.6k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Transcript
Minimum Viable Development Get stuff done, ship on time, and
stop fussing with analysis paralysis @donnfelker
Donn Felker » Fragmented Podcast w/ Kaushik Gopal » Teaching
#AndroidDev Caster.IO » #AndroidDev Digest (androiddevdigest.com) » AndroidJobs.IO » 4x Android Author » Consultant / Intl. Speaker
How this talk is organized 1. Soft Skills 2. Tactics
Paradigm Shift The majority of getting things done is mental
Minimum Viable Development
Using the minimum amount of effort & time to accomplish
a development task to move the business forward.
Isn't that what we all do anyway?
Perfectionism and maybe a little bit of FOMO
Perfectionism Example The Insurance company
Analysis Paralysis
#AndroidDev Examples
Should I use Fragments or custom views or something like
Flow and Mortar?
Should I re-write my entire app to use RX?
Should I use this new MVP FRAMEWORK?
how do you keep analysis paralysis at arms length?
Before you make any new dev decision, ask yourself this
-
Is this going to enable me to ship faster?
Does this enable the code to be maintainable?
But ... is shipping faster really the only goal?
An early stage startup with a short runway needs to
prove a market faster than an established Fortune 500 company.
The type of business determines how you should develop
Think like a business owner
Everything is an Experiment
Ok, Stop. Story Time
Everything is an Experiment
Let go of the emotional attachment to code. The code
is not your identity
"But, my Code is art, man..."
Your code is art. But its art that's sold to
someone else. Once it's done, let got of it.
Tactics to Ship On Time
Timeboxing
Example: A new, difficult, uncharted task - Give it 30
minutes to see how far you can get. Or 1 hour. Maybe 2. Then re-evaluate.
Location Oriented Development
Meetings are no longer than 15 minutes
Place all meetings at end or beginning of work day.
Makers Schedule, Managers Schedule - Paul Graham
Get Creative Think outside of the box
An Example
None
None
Use what works. Use what you know.
Android Libs that Help me move faster
Dagger Butterknife RxJava Retrofit Timber Realm
So, Should you use Retrolambda, RxJava, MVP and Flow and
Mortar?
It Depends. Just ask yourself ...
Does it enable me to ship faster with maintainable code?
Thank You