Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
13いいね 1618回再生

Clean Code Series - Code Smell | Cyclomatic Complexity | Simple Programming

Welcome to Simple Programming

Cyclomatic complexity is a software metric, used to indicate the complexity of a program.

If a code has too many branches or loops; this may indicate a function needs to be broken up into smaller functions, or that it has potential for simplification.

コメント