ErythroGuild / irene

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

Consider splitting out some of the `CommandTree` internal implementation into its own file #406

Closed Ernest314 closed 1 year ago

Ernest314 commented 1 year ago

(not sure how much to split out)

Just make CommandHandler partial, and still have CommandTree be a nested class.

Ernest314 commented 1 year ago

As of now, the entire implementation is still comprehensible, and there's not a good place to split it still (the CommandTree is most of the file anyway). Might re-evaluate this down the line.