big words
Cyclomatic Complexity
Have you ever opened up a file in an older piece of software and seen this? # rubocop:ignore Metrics/CyclomaticComplexity def complex_method(x, y, z) if x > 0 if y > 0 if z > 0 return "All positive" else return "z is not positive&