Updates core-principles/loose-coupling.md

Auto commit by GitBook Editor
This commit is contained in:
apidesigner
2017-01-30 12:55:50 +00:00
parent b0f839ba2a
commit 4a26535404
5 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
Every API implementation and API consumer MUST follow Postel's law:
> "Be conservative in what you send, be liberal in what you accept."
>
> [John Postel](https://en.wikipedia.org/wiki/Robustness_principle)
That is, send as little as possible and be tolerant as possible while consuming another service ([tolerant reader](https://martinfowler.com/bliki/TolerantReader.html)).