Skip to content

Commit

Permalink
Inheritance Principle: Recommend against overloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Lestropie committed May 21, 2024
1 parent 8154a6b commit b7a3ab6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,10 @@ to which the metadata contained within are not applicable.
The Inheritance Principle defines a systematized set of rules
to determine which metadata files to associate with which data files.
Further, because multiple metadata files may apply to an individual data file,
the Principle defines the *order of precedence* of such metadata files contents.
the Principle defines the *order of precedence* of such metadata content;
this is necessary for resolution of conflicts if the same metadata field
is assigned different values in different metadata files
(though it is RECOMMENDED to avoid such overloading).

### Rules

Expand Down

0 comments on commit b7a3ab6

Please sign in to comment.