Hacker News new | ask | show | jobs
by tydok 3298 days ago
I use extensively in my projects the Component decoupling pattern: http://gameprogrammingpatterns.com/component.html

The Observer and Mediator patterns can then be used for wiring components.