Design Principles - Decoupling
Decoupled code is easy to change code. This is because the code that is linked needs to be changed in parallel.
Decoupled code is reusable code. When writing reusable code, you put it into a function/method call, you give it clean interfaces. Reusabl...
programming-concepts.hashnode.dev2 min read