arbiter
arbiter copied to clipboard
refactor(arbiter-core): simplify `Environment::run()`
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.