dronefly-garden / dronefly

Red Discord Bot V3 cogs for naturalists.
Other
16 stars 3 forks source link

tab: Table update and formatting code cleanup needed #136

Closed synrg closed 3 years ago

synrg commented 4 years ago

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 3 years ago

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