Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save denisn-netvalue/0674c864a2f1ba46eca3af90cc8be28c to your computer and use it in GitHub Desktop.
Save denisn-netvalue/0674c864a2f1ba46eca3af90cc8be28c to your computer and use it in GitHub Desktop.

The Bobuk-Bacek method for calculating project deadlines

Figure 1

Experienced team

Experienced professionals never go straight to the end, but follow from the starting point along an arc consisting of points equidistant from the result point (circle). After going half way, the team usually comes to its senses and runs ahead to solve the problem. (Figure 1)

Thus, the execution expectation formula looks like this

$$ t=R \times(\pi+1)+\beta $$

where $t$ — is the time spent on achieving the goal, and $R$ — is the correctly estimated initial timeframe for the project.

Inexperienced team

Everything is simpler here — an inexperienced team covers with its chaotic throwing the entire area formed by the figure of an experienced team. The formula is also trivial:

$$ t=R^2\times\pi+\beta $$

Pay attention to the constant $\beta$ — this is the universal Bobuk number. According to the Bobuk theorem, any competent specialist (be it Bobuk or Batsek) alone in a panic will write the entire project in time $\beta$, regardless of the complexity of the project itself. Empirically, it was found that the Bobuk number is equal to two weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment