The Wrong Abstraction Problem
For the last week I've been working with some legacy code that reveals a kind of problem I hadn't really seen before.
I'm calling it the Wrong Abstraction.
I want to contrast this with the Leaky Abstraction, where implementation details are revealed and raise havoc.
The Wrong Abstraction problem seems …
more ...