Use a class and decorators for configuration #93
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Might a better method for handling configuration and path data be to implement a class with @Property attributes and @x.setter functions for those that may change dynamically (eg user default save paths).
https://pabloariasal.github.io/2018/11/25/python-descriptors/
https://www.hackerearth.com/practice/notes/samarthbhargav/a-design-pattern-for-configuration-management-in-python/
The text was updated successfully, but these errors were encountered: