You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Simulator.ex, the function process_step_for_unit/4 has grown a lot and is quite hard to follow right now. We should refactor it and break it into smaller functions, maybe following the same convention as simulate_battle/3
The text was updated successfully, but these errors were encountered:
🚧 Refactor
In Simulator.ex, the function
process_step_for_unit/4
has grown a lot and is quite hard to follow right now. We should refactor it and break it into smaller functions, maybe following the same convention assimulate_battle/3
The text was updated successfully, but these errors were encountered: