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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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