OCP: HttpRequester Inheritance from AdapterBase does not make sense
Author: Mostafa-ArmandiCreated Nov 13, 2020Updated Nov 13, 2020
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
Source: thangchung/clean-code-dotnet