THE PRACTICAL GUIDELINE ABOUT MAKING EFFICIENT API
Design APIs
Consistency and Standards
Keys to make APIs great
https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/
Consistency and Standards
Clean Architecture
Dependency inversion principle
Clean Architecture: A Craftsman's Guide to Software Structure and Design
the most flexible systems are those in which
...
Source code dependencies refer only to abstractions, not to concretions.
Made with Slides.com