The Impact of Accidental Complexity on Estimates
Join the DZone community and get the full member experience.
Join For FreeAt speakerconf Aruba, J.B. Rainsberger recently gave an enlightening talk which included discussion on the impact of accidental complexity to estimates.
In his talk, he pointed out that estimates are composed of accidental and essential complexity.
It's often easy to estimate the essential complexity of a problem;
however, estimating accidental complexity is an entirely different
matter. This point really hit home for me. On my last project I often
strongly disagreed with certain members of the team on estimates. I was
often higher than the average, and much higher than the lowest
estimates. J.B.'s talk really openend my eyes to a few points.
- Not all developers consider both accidental and essential complexity while estimating
- Features that touch accidentally complex portions of the system are harder to estimate as the accidental complexity can often be hard to completely understand. (If you completely understood it, you'd probably remove the accidental complexity)
- Introducing technical debt increases accidental complexity, and as a side-effect invalidates previous estimates and increases the likelihood that future estimates will differ in size drastically.
I'm lucky enough to work for a company where I don't need to explain the benefits of addressing technical debt. As developers we sometimes consciously introduce technical debt when it will allow us a short-term benefit, and we address that technical debt when appropriate. I've always considered technical debt to be part of the developer's world, and I only mention it to the business when completing a feature takes longer than expected due to tech debt. I never considered the impact of technical debt on my ability to produce accurate estimates for the business.
J.B.'s talk made me ask myself a few questions about decisions I'd been making. Most importantly: If the business knew that I was taking a short-cut to deliver sooner, but it was going to damage estimates, would that be acceptable? I think that's an important question to consider if your client values estimates, and it's something I'll continue to ask myself in the future.
From http://blog.jayfields.com/2011/02/impact-of-accidental-complexity-on.html
Opinions expressed by DZone contributors are their own.
Comments