patterns/anti_patterns
simonsan de7519f5d9
Add introductions (#117)
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
2021-01-02 12:15:33 +01:00
..
deny-warnings.md Mention --cap-lints on #[deny(warnings)] page 2019-08-01 14:21:13 -07:00
deref.md Type fix 2019-09-28 19:42:34 +05:00
README.md Add introductions (#117) 2021-01-02 12:15:33 +01:00

Anti-patterns

An anti-pattern is a solution to a "recurring problem that is usually ineffective and risks being highly counterproductive". Just as valuable as knowing how to solve a problem, is knowing how not to solve it. Anti-patterns give us great counter-examples to consider relative to design patterns. Anti-patterns are not confined to code. For example, a process can be an anti-pattern, too.