Closed adomokos closed 3 years ago
Rubocop methodlength error is a good indication that the encapsulated logic in a method is too much. The first step of understanding the dependencies is to extract logic into a function, this is what I am doing with this commit.
// cc @alitsiya and @gee-forr.
Rubocop methodlength error is a good indication that the encapsulated logic in a method is too much. The first step of understanding the dependencies is to extract logic into a function, this is what I am doing with this commit.