Write Stable Code using Coupling Metrics
Are you tired of changing one part of a system, only to have another part break? Write stable code! Writing stable code can seem impossible. Trying to keep things from breaking can be a nightmare if you’re unaware of how your system is coupled. Understanding Afferent & Efferent coupling can guide you into insights about your software architecture & design. YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything that is in this post. Coupling To illustrate coupling, I’m going to talk about it at a project/package/boundary level. You… Read More »Write Stable Code using Coupling Metrics