DEV Community

Discussion on: Code Smell 135 - Interfaces With just One Realization

Collapse
 
mcsee profile image
Maxi Contieri

And how many realizations do you have ?

Collapse
 
davidkroell profile image
David Kröll

Typically just a single "real" one, the other ones are created by mocking frameworks (like NSubstitue for .NET)