Content deleted Content added
→Low-Coupling / High-Cohesion pattern: slight change in wording |
→Low-Coupling / High-Cohesion pattern: It's not a pattern. Rewording 1st para. |
||
Line 25:
Build systems like [[make]] are also dependency driven in the sense that a more complex object, like a [[Computer_program|program]], only gets [[Linker|linked]] together once all its dependencies, i.e. the objects it is built of, have been [[Compiler|compiled]].
== Low-Coupling / High-Cohesion
The concepts (Low-Coupling / High-Cohesion) are usually related. Low coupling implies high cohesion and viceversa, because if we put together all relationed methods (High Cohesion), the connection between classes tends to get lower (Low Coupling).
|