clean-code-dotnet
clean-code-dotnet copied to clipboard
OCP: HttpRequester Inheritance from AdapterBase does not make sense
In Open-Closed principle section and in the "Bad" code sample, Inheriting from AdapterBase by HttpRequester make no sense and is misleading. It is a typo in my understanding.
class HttpRequester : AdapterBase