HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Improved GROUP support

Open SteveIves opened this issue 4 years ago • 0 comments

Because of the way that CodeGen works, GROUP fields are flattened into multiple individual fields. While this is typically OK for single groups, it can quickly become a problem in nested group scenarios, where the names of the flattened fields can quickly become too long.

Once GROUP support is enhanced in GodeGen, we should re-work the way that GROUP fields are presented in data objects, by leveraging nested classes, etc.

SteveIves avatar Feb 17 '21 23:02 SteveIves