LibraryProgramming ConceptsOne card

A LITTLE SOMETHING WORTH KNOWING

A small discovery. Yours to pass on.

TechnologyOne small ahaProgramming concept

Dependency · meaning

Think it. Then flip it.
ahamoraTap to reveal
Back to the cue
TechnologyOne small aha
Your new ahaExternal code a project relies on

A dependency exists when one component relies on another. Source: Coupling (computer programming)

ahamoraReference ↗

Keep the thread going

One answer is a beginning.

Share a little curiosity, or follow it into the full collection.

Flip the full deck →

More from Programming Concepts

A few more worth knowing.

  1. 01Variable · meaningRECALL
    Named storage for a value

    May change while a program runs

    Open this card ↗
  2. 02Constant · meaningRECALL
    Named value intended not to change

    Enforcement differs by language

    Open this card ↗
  3. 03Array · meaningRECALL
    Ordered collection of values

    Usually accessed by numeric index

    Open this card ↗