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

Use the Rich Domain Model design pattern for business logic design #3761

Open
goluckycoding opened this issue Dec 6, 2023 · 1 comment
Open
Labels

Comments

@goluckycoding
Copy link

How to use the Rich Domain Model design pattern for business logic design?

the model is used to communicate with database in go-zero,and protobuf or http entity is used in communication with third-party.But when I want to write some business code with model(like rich model design),I have to write a new model which contains many database model or many functions,So that I have three times even more to change code if some attribute changes.

Copy link

github-actions bot commented Dec 8, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant