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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Donn Felker
March 15, 2016
Programming
4
9.7k
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
410
Realm - Droidcon 2016
donnfelker
7
410
Realm - NY Android Meetup
donnfelker
1
530
Realm - a New, Easy to Use Mobile Database & Object Framework
donnfelker
8
340
Understanding Build Variants
donnfelker
3
170
Android From The Trenches
donnfelker
11
910
Starting and Growing Your Career as a Freelancer/Consultant
donnfelker
6
320
Building Web APIs with Hapi.js and MongoDB (Mongoose)
donnfelker
11
6.8k
Approaches to Managing Genomic (DNA) Data
donnfelker
0
100
Other Decks in Programming
See All in Programming
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜 / Understanding nil in Go Interface Representation and Why nil != nil
kuro_kurorrr
2
1.2k
個人開発は儲からない - それでも開発開始1ヶ月で300万円売り上げた方法
taishiyade
0
110
CSC307 Lecture 13
javiergs
PRO
0
310
AIフル活用時代だからこそ学んでおきたい働き方の心得
shinoyu
0
150
AIエージェントのキホンから学ぶ「エージェンティックコーディング」実践入門
masahiro_nishimi
7
1.2k
15年目のiOSアプリを1から作り直す技術
teakun
0
500
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
200
文字コードの話
qnighy
41
15k
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
12
6.7k
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
AWS Infrastructure as Code の新機能 2025 総まとめ~ SA 4人による怒涛のデモ祭り ~
konokenj
8
1.8k
Raku Raku Notion 20260128
hareyakayuruyaka
0
420
Featured
See All Featured
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
370
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
160
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.6k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
200
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
270
What does AI have to do with Human Rights?
axbom
PRO
0
2k
Building Adaptive Systems
keathley
44
2.9k
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
1
63
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
Odyssey Design
rkendrick25
PRO
2
520
Music & Morning Musume
bryan
47
7.1k
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