-
-
Notifications
You must be signed in to change notification settings - Fork 11
Convert common objects to real objects/types? #39
Copy link
Copy link
Open
Labels
cleanupCode cleanupCode cleanupengineIssues related the Grafito database engineIssues related the Grafito database engineenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
cleanupCode cleanupCode cleanupengineIssues related the Grafito database engineIssues related the Grafito database engineenhancementNew feature or requestNew feature or request
Given that we are handling different types of data repeatedly, through Dictionary values, I think it would make perfect sense to
definethem as proper types and then create objects (of the aforementioned types) accordingly.It will make the code quite cleaner + they can be used as part of differentiating what-is-what (instead of relying too much on our core types, which is more than often since this is what we do e.g. for node/edge filters)