Thanks to visit codestin.com
Credit goes to github.com

Skip to content

More Java Idiomatic Architecture #8

@pot

Description

@pot

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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions