Misapplying Bayes-Theorem to Agile vs. Waterfall
Join the DZone community and get the full member experience.
Join For Freebayes’ theorem
thomas bayes lived from 1701 to 1761. apart from his life in the presbyterian church as a minister, he contributed something lasting to probability – a theorem in his name . here’s a formula for it, cribbed from wikipedia:
for a reasonable intro to usefulness of the theorem in real life, see this 2.5 minute video clip by luana micallef that uses mammography screening for breast cancer as an example. you won’t regret taking the time to watch that.
misapplying bayes’ theorem to agile vs waterfall.
if you’re planning on having an 18 month project from start to the first go-live, then it is best choose waterfall as your methodology. why? well, there’s a chance with that duration that you’ll lose a percentage of your staff en route, and need the documents/artifacts as a way of reducing the risk and cost of acclimating (british: acclimatizing) new starters to what’s currently in progress.
if you’re planning on a 30 day project (from start to its first go-live), then choose agile. why? in 30 days it is unlikely that you’ll have staff quitting, and you’ll be able to skip the interim documents/artifacts and use the unit/functional tests you made along the way as living documentation.
[ here’s the misapplication ]
if you choose waterfall, your project will take 18 months, and you’ll lose a bunch of the staff along the way. if you choose agile, your project will take 30 days, and nobody will quit part-way through.
well, it’s almost nothing to do with bayes’ theorem, so i’ll get my coat …
Opinions expressed by DZone contributors are their own.
Trending
-
Redefining DevOps: The Transformative Power of Containerization
-
Using Render Log Streams to Log to Papertrail
-
Incident Response Guide
-
Demystifying SPF Record Limitations
Comments