You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: