Refactor GlueRelation class
mmaverikk opened this issue · 0 comments
mmaverikk commented
GlurRelation class is only hidden Dictionary. As dictionary contains of key-value pair it is recommended to have simple key and complex value. Current solution of GlueRelation has this structure vice versa. Refactor this class with other solution, probably by some class, which would contain requested parameters.