The cam_config.py source code file is starting to grow quite large, and would likely benefit from being split up into multiple separate files. In particular, the various config class descriptors (ConfigGen, ConfigInteger, ConfigString, and ConfigList) could be in their own python module, with cam_config.py containing only the main ConfigCAM class.
The
cam_config.py
source code file is starting to grow quite large, and would likely benefit from being split up into multiple separate files. In particular, the various config class descriptors (ConfigGen
,ConfigInteger
,ConfigString
, andConfigList
) could be in their own python module, withcam_config.py
containing only the mainConfigCAM
class.