Opened 12 years ago
Last modified 8 years ago
#178 assigned refactoring
promote configlet -- configlet is cool structuring method for configs
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-nucleus | Version: | |
Keywords: | Cc: |
Description
configlet is key everywhere:
- this really is the way to configure an app.
- it provides the configuration item itself, the place where that would be stored in a config file, etc.
- it should handle reading and writing those things also, via a configurator object.
- this should really be the way that everything runs in our stuff.
- like for a communication engine, e.g., it needs to use configlets and have a watch on the file that they come from. then, when things change, it can adapt to what's set in the file.
- when its own changes occur, they go straight to the file. (make sure you don't then reread the file right away...?)
Note:
See TracTickets
for help on using tickets.