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

Data structures written to memory diverges #20

Open
BARJ opened this issue Oct 20, 2024 · 0 comments
Open

Data structures written to memory diverges #20

BARJ opened this issue Oct 20, 2024 · 0 comments

Comments

@BARJ
Copy link

BARJ commented Oct 20, 2024

When I create a user account, update the user's bio, write an article, and then update the user's bio again, the changes to the user are not reflected on the written article.

This is because the domain User and Article are stored in separate data structures but are never updated in tandem.

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

No branches or pull requests

1 participant