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

Reorganize all the code to be modular and clean #22

Open
sungchun12 opened this issue May 24, 2023 · 0 comments
Open

Reorganize all the code to be modular and clean #22

sungchun12 opened this issue May 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sungchun12
Copy link
Owner

sungchun12 commented May 24, 2023

  • Make it really easy to follow code logic and entry and exit points
  • Bias towards one way data flow given streamlit reads the code top to bottom and most of the logic follows a linear path: https://dev.to/laserreindeer/one-way-data-flow-why-47fk
  • State travels from parent to child classes/objects
@sungchun12 sungchun12 self-assigned this May 24, 2023
@sungchun12 sungchun12 added the enhancement New feature or request label May 24, 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
Development

No branches or pull requests

1 participant