forked from bowbahdoe/boba
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Going to use this as a general rant/discussion to discuss a more java idiomatic architecture.
Currently we have implemented the elm architecture which is what bubble tea uses. While the elm architecture can be nice for certain things, passing the model around each time for example is redundant in java due to mutability. I think we can keep the main view method that does the actual rendering but the update method doesn't seem the nicest.
In my opinion I'd love something more of an event architecture with subscribers instead of this central update method. I would love some more input and opinions on this as it's one of the most important things for developer experience.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed