anti-patterns - Concepts
Explore concepts tagged with "anti-patterns"
Total concepts: 6
Concepts
- Second-System Effect - The tendency for an engineer's second system to be over-engineered and bloated, as the designer includes all the features and ideas left out of the first system.
- Dead Code - Source code that exists in a program but is never executed, has no effect on the output, or is unreachable.
- Premature Optimization - The practice of trying to improve code performance before it's necessary, often at the expense of clarity and maintainability.
- Lava Flow - An anti-pattern where dead or experimental code hardens into production systems and becomes difficult to remove.
- PKM Anti-patterns - Common mistakes and pitfalls that prevent people from benefiting from personal knowledge management.
- Silent Failure - When a system fails without providing any visible indication, making problems difficult to detect and debug.
← Back to all concepts