gh-gei icon indicating copy to clipboard operation
gh-gei copied to clipboard

Introduce Handler as separate class

Open ArinGhazarian opened this issue 3 years ago • 0 comments

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.

ArinGhazarian avatar Sep 16 '22 19:09 ArinGhazarian