Open benfrankel opened 4 days ago
There are a few inconsistencies and gaps in the current one-shot systems API:
Commands::unregister_system_cached
Commands::
World::run_system_with_input
run_system_with
World::run_system_once_with
(system, input)
(input, system)
Hi, I haven't contributed yet, and would like to tackle this issue. Cheers.
There are a few inconsistencies and gaps in the current one-shot systems API:
Commands::unregister_system_cached
methodCommands::
andWorld::run_system_with_input
should be renamed torun_system_with
for consistencyCommands::
andWorld::run_system_once_with
should accept(system, input)
in that order rather than(input, system)
for consistency