Looking for advice to see if this is the way I'd m...
# dagger
r
Looking for advice to see if this is the way I'd model this with dagger, or if there is a better way to do this. The program below assembles a few dependencies into a final compositional layer. Each service has dependencies in other services or type classes that are parametric to the same
F
. The
F
is then made concrete at an edge. I'm hoping Dagger can always detect missing provided evidences and bail at compile time and so far it looks like it's able to: