|
|
|
|
|
by FpUser
1957 days ago
|
|
>"the GUI always ends up being a ridiculous mess" Well no. There are applications with nice well thought out GUIs. >"Congratulations, a large amount of your effort will go towards resolving weird message bus problems as opposed to writing the business logic of your app" Sorry but I do not resolve "weird message problems". I use my own publish-subscribe mostly asynchronous message bus for my GUI apps (actually I use it also for non GUI parts as well). Components (visible or not and including running threads) can subscribe to events. It does not exhibit any performance / memory problems and in combination with the global app state object makes programming interactions a piece of cake. |
|