Skip to content

Commit

Permalink
pic
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 30, 2023
1 parent 7586d7e commit 77a603c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-cyclomatic-complexity/02-cyclomatic-complexity.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

\thought{Some programmers mistakenly feel proud of higher complexity of their code.}

\thought{Cyclomatic Complexity (CC) was suggested by Thomas~J.~McCabe,~Sr. in 1976: \(C=E-N+2\). It is a count of the number of decisions in the source code. The higher the count, the more complex the code.}
\pitch{\pptQuote{thomas-mccabe.jpg}{Cyclomatic Complexity (CC) is a count of the number of decisions in the source code. The higher the count, the more complex the code. The formula is simple: \(C=E-N+2\).}{Thomas~J.~McCabe,~Sr, 1976}}

\plush{
\pptBanner{What is the complexity of this program?}
Expand Down
Binary file added 02-cyclomatic-complexity/thomas-mccabe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77a603c

Please sign in to comment.