You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a single merger class (working title ModelMerger) that merges 2 JSON-LD dictionaries (merge(source: expanded_json_ld, into: expanded_json_ld)).
Make configurable with a strategy, via a config file (or, e.g., table in hermes.toml) and via the API.
Being a child of the 80s having grown up with Intel assembler, op(dst, src) feels so much more natural. Also: does that mean source will be modified during the process?
Being a child of the 80s having grown up with Intel assembler, op(dst, src) feels so much more natural. Also: does that mean source will be modified during the process?
Point taken (although you're not that old), naming isn't final.
E.g., I think the class should not be called just Merger, but ModelMerger or similar while "treatments" should be called ValueMerger or similar, to differentiate the two levels of merging (complete models vs. single types/fields).
Uh oh!
There was an error while loading. Please reload this page.
ModelMerger
) that merges 2 JSON-LD dictionaries (merge(source: expanded_json_ld, into: expanded_json_ld)
).merge.py
andpath.py
accordinglyThis is a good case for using TDD.
The text was updated successfully, but these errors were encountered: