sdinteractive / Magento2_SomethingDigital_UpgradeHelper

18 stars 23 forks source link

Refactor Implementation #22

Closed mpchadwick closed 4 years ago

mpchadwick commented 4 years ago

CW: admin

Previously all the code lived inside SomethingDigital\UpgradeHelper\Console\UpgradeHelperCommand::execute. This was both difficult to reason about / maintain / and test.

Here I've refactored the implementation to a better structure that will be more maintainable in the long run, and also will be much better for testability (#6)