"Proof of concept" for carving out the command-specific logic into its own class collection.
Leaving the existing AdminCommandHandler to only validate the params and execute the finished command, while all other command logic happens within the new AdminCommands class
"Proof of concept" for carving out the command-specific logic into its own class collection.
Leaving the existing
AdminCommandHandler
to only validate the params and execute the finished command, while all other command logic happens within the newAdminCommands
class