dronefly-garden/dronefly

tab: Table update and formatting code cleanup needed

synrg opened this issue · 1 comments

synrg commented

The current approach for updating and formatting tables is causing pain in a number of areas. Addressing this code smell is a blocker for getting anything more done with tables (https://github.com/synrg/dronefly/projects/1). The data representation and presentation layers of the code are not sufficiently separated from each other, making changes like #135 tricky, the code contains a lot of copypasta, and it is susceptible to races (#101).

synrg commented

I probably should've updated this issue instead of creating issue #141 . Oh well. What's done is done.