Closed mtillman14 closed 2 years ago
Split project-specific settings into FcnSettingsStruct and NonFcnSettingsStruct
I have NonFcnSettingsStruct, VariableNamesList, and Digraph. I think this is a good balance between number of variables, and complexity of each variable.
This should help with backwards compatibility! Instead of all of the settings' format because of a tweak to one large structure, if they're split into smaller variables then a change in one should not affect another settings variable's workflow.