File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,6 @@ $ npx code-complexity <path-to-git-directory or URL>
5555 $ code-complexity . --since=2021-04-01 --until=2021-07-01
5656```
5757
58- ## Notes
59-
60- - The Halstead metrics are a [ collection of several metrics] ( https://en.wikipedia.org/wiki/Halstead_complexity_measures ) , we use the "volume" metric.
61- - We only currently support Halstead and Cyclomatic for JavaScript and TypeScript
62-
6358## Output
6459
6560``` sh
@@ -76,11 +71,17 @@ $ npx code-complexity https://github.com/simonrenoult/code-complexity --sort=sco
7671└──────────────────────────────┴────────────┴───────┴───────┘
7772```
7873
74+ ## Notes
75+
76+ - The Halstead metrics are a [ collection of several metrics] ( https://en.wikipedia.org/wiki/Halstead_complexity_measures ) , we use the "volume" metric.
77+ - We only currently support Halstead and Cyclomatic for JavaScript and TypeScript
78+
7979## Special thanks
8080
8181A special thanks to a few contributors that helped me make ` code-complexity ` better.
8282
8383- Alexander Dormann (alexdo) for fixing the ` ENOBUFS ` (and apologies for stealing your code).
84+ - Scott Brooks (scottamplitude) for initiating the work on complexity strategies
8485
8586[ michael-feathers-source ] :https://www.stickyminds.com/article/getting-empirical-about-refactoring
8687[ travis-image ] :https://img.shields.io/travis/simonrenoult/code-complexity/master.svg?style=flat-square
You can’t perform that action at this time.
0 commit comments