gh-gei
gh-gei copied to clipboard
Introduce Handler as separate class
Description
We are planning on separating commands from their handlers. To do so we need to create a handler for each command and basically move all of the business logic into it. The handler will be registered and injected into the command. In order to keep the PR as small as possible we can do this one command at a time.