Skip to content

Commit e3c0c3c

Browse files
committed
Merge pull request braydie#22 from claflamme/patch-3
Fix typo in 'Why Estimation is Important'
2 parents 795df0d + fd91573 commit e3c0c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-Beginner/Team-Skills/01-Why Estimation is Important.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Why Estimation is Important
22

3-
To get a working software system in active use as quickly as possible requires not only planning the development, but also planning the documentation, deployment, marketing. In a commercial project it also requires sales and finance. Without predictability of the development time, it is impossible to plan these effectively.
3+
To get a working software system in active use as quickly as possible requires not only planning the development, but also planning the documentation, deployment, and marketing. In a commercial project it also requires sales and finance. Without predictability of the development time, it is impossible to plan these effectively.
44

55
Good estimation provides predictability. Managers love it, as well they should. The fact that it is impossible, both theoretically and practically, to predict accurately how long it will take to develop software is often lost on managers. We are asked to do this impossible thing all the time, and we must face up to it honestly. However, it would be dishonest not to admit the impossibility of this task, and when necessary, explain it. There is a lot of room for miscommunication about estimates, as people have a startling tendency to think wishfully that the sentence:
66

@@ -12,4 +12,4 @@ really means:
1212
1313
This common interpretation problem requires that you explicitly discuss what the estimate means with your boss or customer as if they were a simpleton. Restate your assumptions, no matter how obvious they seem to you.
1414

15-
Next [How to Estimate Programming Time](02-How to Estimate Programming Time.md)
15+
Next [How to Estimate Programming Time](02-How to Estimate Programming Time.md)

0 commit comments

Comments
 (0)