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 out computational logic from the app.py file #50

Open
dnewton600 opened this issue Aug 28, 2023 · 0 comments
Open

Separate out computational logic from the app.py file #50

dnewton600 opened this issue Aug 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dnewton600
Copy link
Collaborator

Good practice to separate out the computational "back-end logic" functions from the UI/web logic. This will clean up the app.py file, make testing much easier (since we can use the back-end functions outside of the app), as well as have the availability for a cli if ever desired.

@dnewton600 dnewton600 added the enhancement New feature or request label Aug 28, 2023
@dnewton600 dnewton600 self-assigned this Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant