It would be a nice quality of life change to have unitCommand() do nothing if given an empty unit List/Set as a parameter. Since these lists are almost always generated in a way where they could be empty, we currently have to do an empty check or error handling for every unitCommand() call.
It would be a nice quality of life change to have unitCommand() do nothing if given an empty unit List/Set as a parameter. Since these lists are almost always generated in a way where they could be empty, we currently have to do an empty check or error handling for every unitCommand() call.