Difference between revisions of "Dependency (computer programming)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Backbone.js depends on Underscore.js)
(See also)
 
Line 9: Line 9:
 
== See also ==
 
== See also ==
  
 +
* [[Computer programming]]
 
* [[Computer science]]
 
* [[Computer science]]
  

Latest revision as of 11:25, 9 May 2016

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