Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entire architecture is tightly coupled. Decouple it #3

Open
Delwin9999 opened this issue Jan 14, 2013 · 0 comments
Open

Entire architecture is tightly coupled. Decouple it #3

Delwin9999 opened this issue Jan 14, 2013 · 0 comments
Labels

Comments

@Delwin9999
Copy link
Owner

Things like the input manager having references all over the system leads to a delicate architecture. No sub-system should have a direct reference to another sub-system. Use pub/sub and message passing to decouple the various sub-systems.

This will likely have to wait on a major revision of the whole system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant