Closed stefan8893 closed 3 months ago
Right now, all Cli Commands are placed in a single class.
Create a new folder that contains all commands and every command is in its own file. And then refactor the commands following uncle bob's advice "Extract till you drop".
Right now, all Cli Commands are placed in a single class.
Create a new folder that contains all commands and every command is in its own file. And then refactor the commands following uncle bob's advice "Extract till you drop".