Cognitive Complexity of methods should not be too high 코드 복잡성 If, Switch 등의 조건문의 depth와 개수를 정리 www.sonarsource.com/docs/CognitiveComplexity.pdf docs.codeclimate.com/docs/cognitive-complexity Cognitive Complexity Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Co..