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
#36 Use interface type instead of implementation in method signature
It should be avoided to use concrete implementations as types in an API,
if there is an interface because this gives the oportunity to switch
implementations at runtime w/o recompiling, whih is decoupling from
implementation details.
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
0 commit comments