Recently, I was discussing with another programmer the best way to refactor a huge(1000 lines) method full of \"if\" statements.
The code is written in Java, but I g
Go for CoR, if One of below satisfies:
ifs inside for loop. You can instead just return from the current chain instead of going next in the chain.