Dependency (computer programming)
From Wiki @ Karl Jones dot com
In computer programming, dependency is a relationship between two resources, in which one resources is dependent upon the other.
Backbone.js depends on Underscore.js
For example, Backbone.js requires Underscore.js.
Underscore.js must come first in the code, because Backbone.js is dependent on Underscore.js.
See also
External links
- Coupling (computer programming) @ Wikipedia