Skip to content

Commit

Permalink
Inheritance Principle: Advise against overloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Lestropie committed May 24, 2024
1 parent 40af25c commit a4a1fab
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 @@ -669,7 +669,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
contains different values in different metadata files
(though it is RECOMMENDED to avoid such overloading).

### Rules

Expand Down

0 comments on commit a4a1fab

Please sign in to comment.