Lava Flow - The Daily Software Anti-Pattern
Lava Flow happens when code which works is kept in a system despite no one knowing what it does. So how do you get rid of it?
Lava Flow happens when code which works is kept in a system despite no one knowing what it does. So how do you get rid of it?
Ever tried to recreate a working system and failed miserably? So have I! Come learn about reinventing the square wheel and how a paradoxical theologian provided a solution for it.
Analysis Paralysis occurs when a decision that needs to be made isn't. Left alone, it becomes quite a nightmare.
Not Invented Here happens when a team refuses to use anything but their own software. Let's see why this is demonstrably not a good thing.
Spaghetti Code is one of the oldest and most widespread anti-patterns, and is, simply, unmaintable code. The solution is equally simple: refactoring.