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
390
Realm - Droidcon 2016
donnfelker
7
380
Realm - NY Android Meetup
donnfelker
1
490
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
860
Starting and Growing Your Career as a Freelancer/Consultant
donnfelker
6
290
Building Web APIs with Hapi.js and MongoDB (Mongoose)
donnfelker
11
6.7k
Approaches to Managing Genomic (DNA) Data
donnfelker
0
73
Other Decks in Programming
See All in Programming
『GO』アプリ データ基盤のログ収集システムコスト削減
mot_techtalk
0
120
2024年のWebフロントエンドのふりかえりと2025年
sakito
3
250
1年目の私に伝えたい!テストコードを怖がらなくなるためのヒント/Tips for not being afraid of test code
push_gawa
0
200
『品質』という言葉が嫌いな理由
korimu
0
160
昭和の職場からアジャイルの世界へ
kumagoro95
1
380
Amazon ECS とマイクロサービスから考えるシステム構成
hiyanger
2
560
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
230
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
110
Rails アプリ地図考 Flush Cut
makicamel
1
120
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.8k
GoとPHPのインターフェイスの違い
shimabox
2
190
責務と認知負荷を整える! 抽象レベルを意識した関心の分離
yahiru
4
590
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
Scaling GitHub
holman
459
140k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Six Lessons from altMBA
skipperchong
27
3.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
Building Your Own Lightsaber
phodgson
104
6.2k
YesSQL, Process and Tooling at Scale
rocio
172
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
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