Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 519 Bytes

File metadata and controls

7 lines (4 loc) · 519 Bytes

Dependency

General computing term. Also known as coupling.

Jenkov: "Whenever a class A uses another class… B, then A depends on B. A cannot carry out it's work without B, and A cannot be reused without also reusing B. In such a situation the class A is called the 'dependant' and the class… B is called the 'dependency'. A dependant depends on its dependencies."

Back to Capsicum reference