-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello and thank you for this great solution.
I was wondering how you can safely nest dependencies such as in clean architecture
let service = Service()
let usecase = UseCase(service)
Do you have to make the dependency "injected" inside the wrapping object?
struct UseCase {
@Injected(\.service) var service
}
Some improvement would be to support "scopes" for example to forbid the injection of data services in viewcontrollers. I don't know if it can be easily implemented.
Thanks 👍
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels