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
Simplifying Software Estimation
Search
Pratul Kalia
July 24, 2020
Programming
260
1
Share
Simplifying Software Estimation
Presented at GDG MAD in July 2020.
Pratul Kalia
July 24, 2020
More Decks by Pratul Kalia
See All by Pratul Kalia
The special case of Mobile DevOps
pratul
2
43
Reldex: measuring the effectiveness of your app release process
pratul
0
28
Stop the security theater!
pratul
0
300
Effective and efficient mobile engineering
pratul
0
200
Designing future-proof Android applications
pratul
0
190
Android - an introduction for developers
pratul
3
260
Semantic Content Repositories
pratul
1
180
How To Become A Hacker
pratul
3
310
Other Decks in Programming
See All in Programming
Smarter Angular mit Transformers.js & Prompt API
christianliebel
PRO
1
110
Geminiをパートナーに神社DXシステムを個人開発した話(いなめぐDX 開発振り返り)
fujiba
0
130
年間50登壇、単著出版、雑誌寄稿、Podcast出演、YouTube、CM、カンファレンス主催……全部やってみたので面白さ等を比較してみよう / I’ve tried them all, so let’s compare how interesting they are.
nrslib
4
500
仕様漏れ実装漏れをなくすトレーサビリティAI基盤のご紹介
orgachem
PRO
8
3.7k
テレメトリーシグナルが導くパフォーマンス最適化 / Performance Optimization Driven by Telemetry Signals
seike460
PRO
2
200
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
830
AI-DLC 入門 〜AIコーディングの本質は「コード」ではなく「構造」〜 / Introduction to AI-DLC: The Essence of AI Coding Is Not “Code” but “Structure”
seike460
PRO
0
130
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
260
Symfony + NelmioApiDocBundle を使った スキーマ駆動開発 / Schema Driven Development with NelmioApiDocBundle
okashoi
0
250
Coding at the Speed of Thought: The New Era of Symfony Docker
dunglas
0
3.6k
存在論的プログラミング: 時間と存在を記述する
koriym
5
680
AIと共にエンジニアとPMの “二刀流”を実現する
naruogram
0
110
Featured
See All Featured
Code Review Best Practice
trishagee
74
20k
jQuery: Nuts, Bolts and Bling
dougneiner
66
8.4k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
800
Typedesign – Prime Four
hannesfritz
42
3k
Paper Plane (Part 1)
katiecoart
PRO
0
6.2k
Leo the Paperboy
mayatellez
5
1.6k
Paper Plane
katiecoart
PRO
0
48k
Designing for humans not robots
tammielis
254
26k
We Have a Design System, Now What?
morganepeng
55
8k
Are puppies a ranking factor?
jonoalderson
1
3.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
How to optimise 3,500 product descriptions for ecommerce in one day using ChatGPT
katarinadahlin
PRO
1
3.5k
Transcript
Pratul Kalia @PRXTL • OBVIOUS.IN SIMPLIFYING SOFTWARE ESTIMATION
SOFTWARE ESTIMATION STEVE MCCONNELL 2006, MICROSOFT PRESS
WHAT IS AN ESTIMATE?
LET’S DRIVE FROM ONE END OF THE CITY TO ANOTHER!
“How much time will it take to finish all these things?”
Estimates always have a probability.
Targets are not estimates!
THE TRAIN LEAVES AT 4.40 PM! “Here are a bunch
of things we have to get done by X”
Are you chasing a target or an estimate?
PRESSURE & BAD ESTIMATES
— ALL ENGINEERS “Okay, that is a bit of work
but I’m sure I can do it in 3 days.”
Stop putting yourself in unreasonable situations.
There are no prizes for getting there fast!
— PARKINSON’S LAW “Work will expand to fill all available
time.”
(that is… if teams have lots of extra time, more
work will magically get created.)
— GOLDRATT’S STUDENT SYNDROME “Given lots of time, students will
delay studying until the last possible moment”
Underestimation is worse than Overestimation! Stastically reduced chance of on-time
completion.
Engineers are too optimistic already.
OTHER SIDE EFFECTS… Poor technical foundation, worse in the long
run.
OTHER SIDE EFFECTS… Unproductive, emotionally draining behaviours.
OTHER SIDE EFFECTS… - more status meetings! - frequent re-estimation!
- interim releases!
OTHER SIDE EFFECTS… - meetings to cut scope! - fix
bugs arising from hacks!
None
THE CONE OF UNCERTAINTY
None
“As the project progresses, estimates become more accurate.”
(yes that’s quite , isn’t it.)
None
It is easily possible to do worse… but not better.
The Cone does not narrow itself.
None
None
Stop doing first-number-in-your-head estimates! It sets the wrong expectation!
⏱
Even a 15-minute estimate is exponentially better than an instant
one.
INCLUDE EVERYTHING. Some requirements are stated. Others are implied.
INCLUDE EVERYTHING. Deployment setup Maintaining build scripts Code reviews
INCLUDE EVERYTHING… Writing documentation Onboarding new team members
INCLUDE EVERYTHING! Creating test data Upgrading dependencies
FACTORS THAT INFLUENCE ESTIMATES
Size of the software! The biggest contributor to project effort
and schedule.
As size increases, effort goes up exponentially. Exponentially. Not linearly.
Programmer capability. Time constraints. Team continuity. Required reliability.
COCOMO-2 software estimation model.
IMPROVING YOUR ESTIMATES
I hope you use story points of some type.
STORY POINTS. Mark of complexity They don’t (necessarily) represent time!
STORY POINTS. (for e.g. A team using 1/2/3 points for
a project.)
STORY POINTS. A junior engineer takes 5 days to finish
a 3-point task.
STORY POINTS. A senior engineer takes 2 days to finish
a 3-point task.
The time taken is different. But the complexity is similar!
NOT COMPLEX… Create a “lint step” on the CI server
NOT COMPLEX… Add “patient has already visited” option to Overdue
list
COMPLEX? Allow Blood Pressure measurements to be deleted
The Law of Large Numbers
“If you create one Big Estimate, your error(s) will either
be completely on the high side, or the low side”
“but if you create multiple Small Estimates, some will be
on high side, some on the low side.”
“… so the errors will cancel each other out, to
some extent.”
COMPLEX? Allow Blood Pressure measurements to be deleted
None
ALSO COMPLEX Sync Protocol Drugs across all facilities and display
in the app
None
Some tricks!
TRICKS! Do a detailed task breakdown: spend some time!
TRICKS! Think of the “worst case” while estimating.
TRICKS! Compare different stories of similar complexity.
TRICKS! Use a project management tool that understands “velocity”.
TRICKS! Engineers should break down tasks and estimate them.
TRICKS! Look at past data for your team, for similar
type of work.
TRICKS! Measure yourself privately
NEGOTIATIONS & AGREEMENTS
An estimate is a conversation, and a negotiation.
Engineers “own” the estimate… but Management “owns” the target.
The goal of estimation is NOT pinpoint accuracy!
People want to understand VALUE in comparison to EFFORT.
Do t-shirt-sizing with all stakeholders.
VALUE EFFORT A: S M B: M S C: S
L D: XL M
Separate people from the problem.
Focus on interests, not on positions.
Come up with options that benefit everyone.
Either everyone wins, or everyone loses.
GO FORTH AND ESTIMATE!