aawadall / PyProjMan

Command-line Based Project Management Application written in Python
https://aawadall.github.io/PyProjMan/
MIT License
3 stars 1 forks source link

Implement Uncle Bob's Estimation Technique #21

Closed aawadall closed 6 years ago

aawadall commented 6 years ago

Instead of a single figure for the estimated duration of a task, collect:

to use the formula Uncle bob suggested,

Estimated Time = (Worst Scenario + Best Scenario + 4 * Average) / 6