Dependency (computer programming)
From Wiki @ Karl Jones dot com
Revision as of 11:51, 5 April 2016 by Karl Jones (Talk | contribs) (Created page with "In computer programming, '''dependency''' is a relationship between two resources, in which one resources is ''dependent upon'' the other. == Backbone.js == For example...")
In computer programming, dependency is a relationship between two resources, in which one resources is dependent upon the other.
Backbone.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