Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > 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.

Abstraction inversion is an example of an anti-pattern.


Anti-patterns

Read more »

Non User