Open
0 of 2 issues completedDescription
We have significant logic that includes cpp files and then includes/excludes the entire file or large sections of it via #ifdef
. We should switch to compile time dependencies instead and reasonable injection for members.
Starter is several such usages in CHEF (e.g. CHIP_CONFIG_ENABLE_ICD_SERVER) however also size optimizations are trying to use a CHIP_CONFIG_ENABLE_READ_CLIENT
that dynamicall changes content and size of our large InteractionModelEngine (we should try to make our objects not as large contains-everything instead)
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress