Difference between revisions of "HowNotTos: Anti-Patterns"
From CloudScale
CloudScale (Talk | contribs) |
CloudScale (Talk | contribs) |
||
Line 9: | Line 9: | ||
|- |
|- |
||
| [[the Blob]] |
| [[the Blob]] |
||
− | | A 3-tier architecture that requires multi-tenancy and/or scalability. |
+ | | The Blob occurs when one class performs most of the system work relegating other classes to minor, supporting roles. |
|} |
|} |
Revision as of 15:25, 5 November 2013
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. |