Post from the past
RDA now has a way to save settings
Created a settings class for storing settings categorically using a sqlite backing database using the system specified settings location (for instance: "~/.rda/settings.sqlite3" in POSIX systems)
7/7/2012: Now with unit tests!
Notes from the future
... because pickle isn't good enough, right?
The settings module is probably the best documented piece of code in the system. Unfortunately, it is also probably the most useless. Granted, as a learning experience, it was worth the time and effort, so I've kept it in use, and until I have a compelling reason to stop using it, I will probably keep it around. Every project needs some quirks, right?
No comments:
Post a Comment