Effective interfaces decouple clients from the encapsulated implementation
Jacob Bennett
February 16, 2025
Interfaces are contracts between systems.
APIs are interfaces for developers.
Package your API so it reveals only the complexity necessary for the most straightforward use cases.
Discussion in the ATmosphere