Hi all !
I mainly use XML files as configuration file for my applications. And then use flatten/unflatten from XML to populate a configuration cluster...
I've made a routine which creates the configuration file if it has been deleted by the user. In that case the XML file is create with default values.
I usually 'store' these values in the strict type definition of my cluster (see In Strict Typedef png). I was wondering if it was a good idea ? Or should I explicitly bundle the values in my code (like in Init png) ?