Blog
Coding Abstractions Part 1: Identifying Abstraction Points
Generally speaking, a point of abstraction is really a “component” representing a piece of functionality where the application expects it to behave in a certain way, but the implementation of that behavior will vary, sometimes dramatically.
Learn More