Skip to content

Instantly share code, notes, and snippets.

@domgetter
Last active August 29, 2015 14:27
Show Gist options
  • Save domgetter/4946b6fa208acf4bd5ba to your computer and use it in GitHub Desktop.
Save domgetter/4946b6fa208acf4bd5ba to your computer and use it in GitHub Desktop.
Estimates in software

Give up on time units. Estimate of a task's duration should look like this:

  • School exercise
  • School homework
  • School project
  • Small contract
  • Big contract
  • Manhattan project

And an estimate of a task's difficulty should look like this:

  • Solved problem
  • School exercise
  • We need a proof of concept
  • Open question

If someone insists on time units, try to stick to this:

  • About a <unit>
  • A couple <units>
  • Several <units>

Where <unit> is minute, hour, day, week, month, year, or decade.

At this point, those who insist on anything more precise are asking for it.

(source)

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