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
Added a helper method to replace the duplicate looping behavior in both
implicate_tags and alias_tags.
Moved the failure message for cyclical tags to its own method, and made
alias_tags call it directly instead of throwing back to update_tags.
This is part of work on #71.
Previously, it was tripping basically every complexity warning possible.
Now... well, it is less branching, at least in terms of if/elsif/else
statements. I think this is also decently intuitive.
The Tag file now has no warnings from Rubocop. Woo, #71!
My code is not as great as it could be (as evidenced by that nice 1.6 'GPA').
Stuff under the chopping block:
RpLogGenerator
being too much of a god objectRpLogGenerator
? Too much inPage
?)The text was updated successfully, but these errors were encountered: