The strength of the coupling
May 09, 2022
Leave a message
The strength of coupling depends on whether the division of modules is reasonable and the complexity of the interface between modules. Therefore, when dividing modules, try to:
① Eliminate unnecessary connections between modules;
②Reduce the number of essential connections between modules;
③ The tightness of the connection between loose modules.
In this way, you can get the module division with weaker coupling and looser mutual coupling.
Previous:Coupling efficiency







