Dependency (computer programming)

From Wiki @ Karl Jones dot com
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