Maybe I'm misunderstanding something on this but I get so frustrated working on other peoples' .NET code and seeing every single class inheriting from its own interface. None of the interfaces are inherited more than once.
What is the point?! Isn't this just creating extra work? Why do people have such a hard on for interfaces?
โ07-08-2021 01:26 AM