openSUSE / gitarro

run all your test against a GitHub Pull request
https://opensuse.github.io/gitarro
MIT License
15 stars 20 forks source link

Refactor in smaller classes/modules Backend.lib #66

Closed MalloZup closed 7 years ago

MalloZup commented 7 years ago

At moment the class Backend.rb has to many responsabilities.

We need to split it, in more indipendant classes. (or modules)

juliogonzalez commented 7 years ago

Given all the problems we are having with rubocop complaining about Backend.lib, we should consider the refactor a priority.