HuntersKeepers icon indicating copy to clipboard operation
HuntersKeepers copied to clipboard

Fix "Rubocop/Metrics/AbcSize" issue in app/controllers/moves_controller.rb

Open ChaelCodes opened this issue 4 years ago • 1 comments

Assignment Branch Condition size for roll is too high. [15.39/15]

https://codeclimate.com/github/ChaelCodes/HuntersKeepers/app/controllers/moves_controller.rb#issue_600db476af985a00010000ef

ChaelCodes avatar Jan 24 '21 18:01 ChaelCodes

Let's extract Roll into a separate service. This'll help us when we want to modify rolls with other moves.

ChaelCodes avatar Jan 24 '21 18:01 ChaelCodes