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

Remove redundant abstractions #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marein
Copy link
Owner

@marein marein commented Aug 10, 2024

WebInterface now invokes the application layers directly. That's okay, because the bus interface already abstracts the other contexts, so there is no reason to put another layer in between, especially because the type information would be lost through this additional layer. Also, when moving a context to its own service, message types and clients will be generated from definition files. That also makes the current abstractions even more redundant.

Open tasks:

@marein marein self-assigned this Aug 10, 2024
@marein marein force-pushed the remove-redundant-abstractions branch 3 times, most recently from 50235a0 to 94fc733 Compare October 12, 2024 21:11
WebInterface now invokes the application layers directly. That's
okay, because the bus interface already abstracts the other
contexts, so there is no reason to put another layer in between,
especially because the type information would be lost through
this additional layer.
@marein marein force-pushed the remove-redundant-abstractions branch from 94fc733 to b8a25bc Compare November 6, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant