File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010
1111Quoting Michael Feathers (source [ here] [ michael-feathers-source ] ):
1212
13- _ Often when we refactor, we look at local areas of code. If we take a wider
13+ * Often when we refactor, we look at local areas of code. If we take a wider
1414view, using information from our version control systems, we can get a better
15- sense of the effects of our refactoring efforts._
15+ sense of the effects of our refactoring efforts.*
1616
1717Note: ` code-complexity ` currently measures complexity using either:
18-
1918- lines of code count (all languages)
2019- cyclomatic complexity (JavaScript/TypeScript)
2120- halstead complexity (JavaScript/TypeScript)
@@ -84,8 +83,8 @@ A special thanks to a few contributors that helped me make `code-complexity` bet
8483- Alexander Dormann (alexdo) for fixing the ` ENOBUFS ` (and apologies for stealing your code).
8584- Scott Brooks (scottamplitude) for initiating the work on complexity strategies
8685
87- [ michael-feathers-source ] : https://www.stickyminds.com/article/getting-empirical-about-refactoring
88- [ travis-image ] : https://img.shields.io/travis/simonrenoult/code-complexity/master.svg?style=flat-square
86+ [ michael-feathers-source ] :https://www.stickyminds.com/article/getting-empirical-about-refactoring
87+ [ travis-image ] :https://img.shields.io/travis/simonrenoult/code-complexity/master.svg?style=flat-square
8988[ travis-url ] : https://travis-ci.org/simonrenoult/code-complexity
9089[ style-image ] : https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
9190[ style-url ] : https://prettier.io/
You can’t perform that action at this time.
0 commit comments