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

separate view logic with business logic #3

Open
bencao opened this issue Jun 12, 2022 · 0 comments
Open

separate view logic with business logic #3

bencao opened this issue Jun 12, 2022 · 0 comments

Comments

@bencao
Copy link
Contributor

bencao commented Jun 12, 2022

if possible, let's keep view logic as separate as possible from business logic (separate functions).

And the only glue part would be the main function that calls both view logic and business logic to wire everything together.

This separation of concern make it easier to write unit test for business logic.

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