summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaycel <faycal.khe@gmail.com>2019-05-17 19:21:40 +0100
committerGitHub <noreply@github.com>2019-05-17 19:21:40 +0100
commitcbfe0d4ee46867e9f1e1cdfe4f04c6b98858548a (patch)
tree4adffdda5dac0a2c49d27311bafcd29546eb5e37
parent019d1228aa35f737232a3e71a2d6eb19f770d788 (diff)
Fixing grammar error
Fixing grammar error
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 13d62dd..7af01fd 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Laws, Theories, Principles and Patterns that developers will find useful.
* [Introduction](#introduction)
* [Laws](#laws)
* [Amdahl's Law](#amdahls-law)
- * [Brooks's Law](#brookss-law)
+ * [Brooks' Law](#brookss-law)
* [Conway's Law](#conways-law)
* [Hanlon's Razor](#hanlons-razor)
* [Hofstadter's Law](#hofstadters-law)
@@ -66,18 +66,18 @@ As [Moore's Law](#moores-law) slows, and the acceleration of individual processo
See also:
-- [Brooks's Law](#brookss-law)
+- [Brooks' Law](#brookss-law)
- [Moore's Law](#moores-law)
-### Brooks's Law
+### Brooks' Law
-[Brooks's Law on Wikipedia](https://en.m.wikipedia.org/wiki/Brooks%27s_law)
+[Brooks' Law on Wikipedia](https://en.m.wikipedia.org/wiki/Brooks%27s_law)
> Adding human resources to a late software development project makes it later.
This law suggests that in many cases, attempting to accelerate the delivery of a project which is already late, by adding more people, will make the delivery even later. Brooks is clear that this is an over-simplification, however, the general reasoning is that given the ramp up time of new resources and the communication overheads, in the immediate short-term velocity decreases. Also, many tasks may not be divisible, i.e. easily distributed between more resources, meaning the potential velocity increase is also lower.
-The common phrase in delivery "Nine women can't make a baby in one month" relates to Brooks's Law, in particular, the fact that some kinds of work are not divisible or parallelisable.
+The common phrase in delivery "Nine women can't make a baby in one month" relates to Brooks' Law, in particular, the fact that some kinds of work are not divisible or parallelisable.
See also: