Database Coupling: How to FIX a Spaghetti Code System
If you’re working in a system that’s hard to change, it can be incredibly frustrating. It feels brittle, as if making a change in one part causes a bug or some negative side effect in another part that you had no idea about. You want to improve your system, but how? How do you go about this when it feels like a disaster? There is a way, and I’m going to share a strategy with you: look at your database first, you likely have database coupling that is the root cause. YouTube Check out my YouTube channel, where I post all kinds… Read More »Database Coupling: How to FIX a Spaghetti Code System