|
|
|
|
|
by tigershark
3674 days ago
|
|
I never mentioned config files.
The article explicitly states: "A good example of this optional nature of data is user preferences – you only really need to store the settings that differ from the default values."
User settings is a good candidate for a configuration object in the configuration store that I built.
The primary id will be the user id, the secondary id the machine name (if the system needs to support different configurations on different machines) and the rest will be a CLOB containing the JSON serialized user configuration. |
|