ebul-cmp/TODO
Emmanuel BENOîT 81ea62047e Component state and registry - fixes and refactoring
* Errors during shutdown or destruction will be thrown as exceptions.
Returning the collection of errors was clumsy, at best - if something
goes wrong, the registry has failed anyway.
* Recursive initialisation and destruction methods in ComponentState
* Use ComponentState's methods while initialising, starting up, shutting
down or destroying the registry.
2015-09-17 10:18:09 +02:00

14 lines
No EOL
390 B
Text

To Do:
* Test for ComponentState.{init,destroy}
* Registry tests
* Registry doc
* Implement "DriverFor" support
* General usage documentation
* Uncouple component-provided names from the library
* Automatically-updated singletons
* Registry: get all component states
* Document exceptions
Other ideas (maybe later if needed):
* Unregistering components
* Hierarchy of registries