diff --git a/README.md b/README.md index d2ca756..4710890 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Like this project? Please considering [sponsoring me](https://github.com/sponsor * [Premature Optimization Effect](#premature-optimization-effect) * [Putt's Law](#putts-law) * [Reed's Law](#reeds-law) + * [Ringelmann effect](#ringelmann-effect) * [The Law of Conservation of Complexity (Tesler's Law)](#the-law-of-conservation-of-complexity-teslers-law) * [The Law of Demeter](#the-law-of-demeter) * [The Law of Leaky Abstractions](#the-law-of-leaky-abstractions) @@ -543,6 +544,15 @@ See also: - [Metcalfe's Law](#metcalfes-law) - [Dunbar's Number](#dunbars-number) +### Ringelmann effect + +[Ringelmann effect on Wikipedia](https://en.wikipedia.org/wiki/Ringelmann_effect) + +The Ringelmann effect is the tendency of an individual to become increasingly inefficient as more and more people are involved in a task. In other words, as more individuals are added to a team, the more the average individual performance decreases. Multiple causes are believed to be at work, including social loafing and loss of coordination. + +See also: +- [Brooks' Law](#brooks-law) + ### The Law of Conservation of Complexity (Tesler's Law) [The Law of Conservation of Complexity on Wikipedia](https://en.wikipedia.org/wiki/Law_of_conservation_of_complexity)