Tagged Questions
1
vote
1answer
86 views
Does an API based on inheritance violate OCP? Can this be solved with a provider model/dependency injection?
I'm designing an API for the first time, and trying to follow SOLID guidelines. One of the things I find myself struggling with is balancing OCP and testability with simplicity and ease of ...