Coupling (computer programming): Difference between revisions

Content deleted Content added
No edit summary
Added 'See also' section
Line 20:
 
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]].
 
==See also==
 
[[Category:Computer science]]