DEV Community

Discussion on: Why interface default implementations in C# are a great thing

Collapse
 
jessekphillips profile image
Jesse Phillips

I think you'll need explain how interface updates wouldn't be involved in a dependency injection.

Not saying interfaces are required for DI but usually they are promoted with it.