While Rider offers us to invert if-s and add 'continue' statements to reduce nesting, this increases the metric. I looked this up in the paper and it only mentions the case of 'continue to a label' (which appears to be some Java construct analogous to 'goto').
While Rider offers us to invert if-s and add 'continue' statements to reduce nesting, this increases the metric. I looked this up in the paper and it only mentions the case of 'continue to a label' (which appears to be some Java construct analogous to 'goto').