# Runtime Indirection

> Resolving a binding or call target at runtime through an intermediary layer rather than a direct, static reference.

Record: `lex:runtime-indirection`
Kind: mechanism
Layer: [Structural Core](https://banes-lab.com/records/layer/structural-core.md)
Canonical: https://banes-lab.com/ontology/lexicon#lex-runtime-indirection

## category

- [Core Vocabulary](https://banes-lab.com/records/lex-category/core-vocabulary.md)

## referenced-by

- [Low Coupling](https://banes-lab.com/records/arch/low-coupling.md)
- [Dependency Inversion Principle (DIP)](https://banes-lab.com/records/arch/dependency-inversion.md)
