Maybe I’m not getting it, but isn’t this just interfaces and implementations from the OO world? For example their movie one is:
interface MovieApi {
List<Movie> getPopularMovies();
}
What are effects providing over this? replies(5):