-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
One of the main complaints I see about kodein vs koin is that there is no way to verify the validity of the dependency graph.
On the surface a simple unit test doesnt't look like a particularly hard to implement feature to me.
We will need to investigate what actual blockers there are to such a feature, but in general this seems to be important to large teams - ensuring safety of the graph.
I don't think we need verification codegeneration or something like that, or compile-time safety. a simple unit test hooked up to CI will be enough to verify no crashes will slip into production.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels