Dependency (computer programming)

From Wiki @ Karl Jones dot com
Revision as of 12:25, 9 May 2016 by Karl Jones (Talk | contribs) (See also)

(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 depends on Underscore.js

For example, Backbone.js in dependent Underscore.js.

Therefore, Underscore.js must come first in the code -- Backbone.js will not run if it fails to load Underscore.js.

See also

External links