|
|
|
|
|
by RickJWagner
2778 days ago
|
|
When I first started in programming over 28 years ago, a wise mentor gave me 2 pieces of advice about estimates: - It takes 4 hours to change a single line of COBOL, once you take compilation, testing, documentation, etc. into account. - The best way to estimate is to gather as much information as you can, estimate each piece and sum them. Then take that number and multiply it by two. Then take that sum and double it. Both turned out to be pretty good advice. |
|