Abstraction inversion
In computer programming, abstraction inversion occurs when a programmer creates simple constructs on top of complex constructs.
The correct way is considered to be the other way round - to create complex constructs on top of more basic constructs.
|