ErythroGuild / irene

<Erythro>'s server admin bot.
Mozilla Public License 2.0
0 stars 0 forks source link

Rewrite `Farm.Selection` to use `SelectorPages` interactable #362

Open Ernest314 opened 1 year ago

Ernest314 commented 1 year ago

Less code duplication (less chances of changes diverging), and explicitly coding out the shortcuts that Farm.Selection takes shows intent better.

Ernest314 commented 1 year ago

Farm would probably no longer need to be a partial class?

Ernest314 commented 1 year ago

Depends on #386.

Ernest314 commented 1 year ago

From #338 - make sure to use a TaskQueue for this.