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

Latest commit

 

History

History
33 lines (18 loc) · 619 Bytes

semantics_name.md

File metadata and controls

33 lines (18 loc) · 619 Bytes

Semantics in Key Names

Problem

It can get quite cumbersome to find out about key interrelations like arrays.

Constraints

Assumptions

Considered Alternatives

The alternative would be to have semantics in key names, with following advantages:

  • maybe less metadata to save memory (only array?)

Decision

Do not encode any semantics into the key names. All semantic must be in metadata.

There are, however, rules and conventions which syntax to use for specific semantics. The spec plugin guards these rules.

Rationale

Implications

Related Decisions

Notes