Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 469 Bytes

default_values.md

File metadata and controls

30 lines (17 loc) · 469 Bytes

Default Values

Problem

  • KeySet might get modified on access (hash rebuilds)
  • Expectation that already all keys are there after kdbGet()
  • No default value calculation

Constraints

  • Should work with dynamic search for keys

Assumptions

Considered Alternatives

Decision

  • spec-plugin does a lookup for values (Maybe also resolving missing fallback/override links?)

Rationale

Implications

Related Decisions

Notes

  • #533
  • #972