You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should move all of the different commands we have in to compositional objects, so we can just do something like command.run. Breaking this class up would make it easier to have unit tests.
I would also be curious to see how RuboCop implements their Cli class.
The text was updated successfully, but these errors were encountered:
As @doodzik mentioned in https://github.com/Shopify/packwerk/pull/61/files#r517545831, we should look into refactoring
cli.rb
as it is growing to be a large class.We should move all of the different commands we have in to compositional objects, so we can just do something like
command.run
. Breaking this class up would make it easier to have unit tests.I would also be curious to see how RuboCop implements their Cli class.
The text was updated successfully, but these errors were encountered: