cohesion versus coupling - mmedrano9438/peripheral-brain GitHub Wiki
In cohesion, the module focuses on a single thing. In coupling, modules are connected to the other modules.
In cohesion, the module focuses on a single thing. In coupling, modules are connected to the other modules.