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

Fix the architecture #11

Open
itoshkov opened this issue Aug 25, 2017 · 0 comments
Open

Fix the architecture #11

itoshkov opened this issue Aug 25, 2017 · 0 comments

Comments

@itoshkov
Copy link
Owner

One of the biggest issues with the current tools is their architecture.

There are lower level parts, which technically don't know about the GUI. But they are written in a way that they control the GUI, so the interfaces between them are very fat. Take for example ControllerGUI.java. There are methods like enableRewind, disableRewind which make the lower level emulator control the GUI.

It would be much better to have it the other way around and the GUI to control the lower level emulator. It may need some notifications from the lower levels, for which it should be able to register some call-backs.

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

No branches or pull requests

1 participant