Refactor TCommandFactory or remove it

Issue #47 resolved
Stefan Glienke repo owner created an issue

The TCommandFactory currently serves no purpose over giving TAbstractCommandExecutor a constructor that does the same as the GetCommand method does. It does not remove any dependencies from the calling code as that needs to specify the concrete class of the command executor.

Comments (5)

  1. Log in to comment