Hacker News new | ask | show | jobs
by bladewolf47 1048 days ago
The later half of the rule also scales the estimate up by an order of magnitude, would imply tasks taking 30x longer. Guess that makes you quite optimal at those tasks.
3 comments

I think you've misread it, though this is my first time encountering these laws so do correct me. It says to multiply the time by 3x and the costs by 10x
I understood it as:

    better_time = estimated_time * 3;
    better_cost = estimated_cost * 10;
I missed that - this makes more sense
For what it's worth, I also missed it the first time around. It's worded a little strangely if you're going through them quickly.
That's for the cost estimate, not time.