Skip to content

Commit

Permalink
Update interfaces.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spy16 authored May 11, 2020
1 parent b8ac23f commit e87878b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ From [CodeReviewComments](https://github.com/golang/go/wiki/CodeReviewComments#i
Interfaces are contracts that should be used to define the minimal requirement of a client
to execute its functionality. In other words, client defines what it needs and not the
implementor. So, interfaces should always be defined on the client side. This is also inline
implementor. So, interfaces should generally be defined on the client side. This is also inline
with the [Interface Segregation Principle](https://en.wikipedia.org/wiki/Interface_segregation_principle)
from [SOLID](https://en.wikipedia.org/wiki/SOLID) principles.

Expand Down

0 comments on commit e87878b

Please sign in to comment.