Hit Subscribe Digest
What Is Leaky Abstraction? All software APIs are about abstractions. The API itself is a way to abstract away implementation details, so that the code consuming the API doesn’t need to worry about those details. Most of the time, that’s a terrific benefit. Consider something like an operating system windowing API. As a developer, that…