fst icon indicating copy to clipboard operation
fst copied to clipboard

Reorganize all the code to be modular and clean

Open sungchun12 opened this issue 2 years ago • 0 comments

  • 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 avatar May 24 '23 16:05 sungchun12