Hi, I am searching a best type for config data, usually it is nested dict, but on my opinion config must:
- have dot notation for readability,
- be immutable for safe using (config is global variable).
Can DotMap be immutable?
P.S. I found https://github.com/cdgriffith/Box/ but not sure that it popular = good tested.
Hi, I am searching a best type for config data, usually it is nested dict, but on my opinion config must:
Can DotMap be immutable?
P.S. I found https://github.com/cdgriffith/Box/ but not sure that it popular = good tested.