HowNotTos: Anti-Patterns
From CloudScale
Revision as of 15:26, 5 November 2013 by CloudScale (Talk | contribs)
In the following table, we list the anti-patterns we collect.
Name/Link | Context |
---|---|
One-Lane_Bridge | A One Lane Bridge occurs, if a passive resource limits the concurrency in an application. Passive resources can be for instance mutexes, connection pools, or database locks. |
The Blob | The Blob occurs when one class performs most of the system work relegating other classes to minor, supporting roles. |