FAQ
FAQ
How do I override, or provide a default value for a dependency?
you can use `dg.node` to create a factory to override the value. you can also have dependencies in your factory, and they will be resolved recursively.
How do i override a dependent in test?
you can use `dg.node` with a factory method to override the dependent resolution. as this follows LSP, it works both with ididi and type checker.