Tapas Adhikary
Educator @tapaScript | Founder CreoWis & ReactPlay - Writer - YouTuber - Open Source
What do you think of interfaces implemented by only one class, when that class represents a Service and not a DTO?
Something like
public interface IDoSomething{
void Do();
}
public class DoSomething : IDoSomething{
void Do();
}
Great article again, Maxi. I love your series. 😊
Cesar Kohl
Agreed!