Armitage Archive

Rules of Thumb for Software Development Estimations

by Vadim Kravcenko

Original article

This page contains highlights I saved while reading Rules of Thumb for Software Development Estimations by Vadim Kravcenko. These quotes were collected using Readwise.

Highlights

The cycle is as follows: 1. Work on the task happens 2. New information comes to light 3. Estimations are improved and communicated 4. Go back to 1.

Permalink to this highlight


someone at the top needs to see if the company can invest that much money and for how long, which requires some numeric value attached to a project

Permalink to this highlight


Estimations create a shared understanding of the project size among team members and stakeholders.

Permalink to this highlight


Rule of thumb, 1.5x-2x your raw coding time estimation to get a good approximation of the real-time (incl. communication) you will spend on a task.

Permalink to this highlight


Estimations help you, as an engineering manager or startup founder, to maintain a semblance of sanity in the face of constant deadlines and deliverables. By knowing how long tasks should take, you can make informed decisions about priorities, allocate resources effectively

Permalink to this highlight


Resource Allocation: Estimations help prevent under- or over-commitment of resources.

Permalink to this highlight


But estimations serve a crucial purpose in the realm of software development. Without them, no software project would be green-lighted.

Permalink to this highlight


it's better to over-communicate than to expect people to communicate with you first

Permalink to this highlight


It's much better to tell someone, "Okay, after a week of exploration, we can say that the timeline is 12 months instead of the initial 24 months suggested." rather then "Ooops, the scope got huge and it's now 48 months instead of 24"

Permalink to this highlight


Don't forget to account for meetings, code reviews, and other non-coding activities that will inevitably eat into your team's time.

Permalink to this highlight


ensure your estimations have some buffer for the "human factor." I usually add 20-25% on top of the estimates

Permalink to this highlight


Of course, you can't account for thousands of unknowns, so the estimates should be on the safe side first and get shorter over time, not the other way around.

Permalink to this highlight


Want more like this? See all articles or get a random quote.