2021-12-29 17:07:39 +02:00
..
2021-12-29 17:07:32 +02:00
2021-12-29 17:07:39 +02:00
2021-12-29 17:07:32 +02:00
2021-12-29 17:07:34 +02:00
2021-12-29 17:07:34 +02:00

layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern Component component /patterns/component/ Behavioral
Java
Game Programming
Decoupling

Intent

Allow a single entity to span multiple domains without coupling the domains to each other.

Applicability

1.You want to keep decoupled from each other in a class which contains multiple domains.
2.A class is too big and massive.

Reference