stefan8893 / simple-trading

MIT License
1 stars 0 forks source link

Extract CliCommands into separate classes #26

Closed stefan8893 closed 3 months ago

stefan8893 commented 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".