Relative Content

Tag Archive for separation-of-concerns

Does Exception Handling Violates “Program to Abstraction”? [duplicate]

This question already has answers here: Is rethrowing an exception leaking an abstraction? (4 answers) Is this a violation of the Liskov Substitution Principle? (12 answers) Closed 10 years ago. I am talking based on experience with Java and C#. I do not know if other language have different exception handling implementation. In order to […]