Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Are you wondering if you should create classes shared by the ORM and the meta data, but leave the classes for the raw data separate? Commented Feb 26, 2019 at 19:57
  • I updated the post with some example code that reflects the current state of the codebase. I'm asking about design considerations of combining classes like BinaryMetadata and ORMMetadata and just using ORMMetadata everywhere, so that we don't need to maintain both (which store essentially the same data, just from different sources) Commented Feb 26, 2019 at 21:47