Back to Tags
Anti Pattern
6 items tagged with "anti-pattern"
Filter by type:
Anti-Patterns6
Anti-Pattern
Not Invented Here (NIH)
Rejecting perfectly good external solutions in favor of building custom ones
Anti-Pattern
Golden Hammer
Using a familiar technology for every problem regardless of fit
Anti-Pattern
Cargo Cult Programming
Using patterns or practices without understanding why they work
Anti-Pattern
Lava Flow
Dead code that no one dares to remove because they don't understand it
Anti-Pattern
Shotgun Surgery
Making a single change requires modifications across many different classes or modules
Anti-Pattern
Shared Database Integration
Multiple services directly sharing the same database tables