refactor(arbiter-core): simplify Environment::run()
#777
Labels
📦 structural changes
refactoring, reorganization, or file structure
Environment::run()
#777
Idea
The
Environment::run()
method is really long and hard to work with. It would be better to have the match cases call helper functions and to also consolidate some into cheatcodes where possible.Solution
Break the logic in the run function match statements into separate functions.
The text was updated successfully, but these errors were encountered: