-
…in reply to @getify
getify Exactly right, as quoted from the CC wiki > "each time an additional if-then-else statement is added, the number of possible paths grows by a factor of 2". Another reason I strictly limit Cyclomatic Complexity in my code to <= 3.