Skip to content

Commit 94ab221

Browse files
author
Simon Renoult
committed
docs: add thanks to scottamplitude
1 parent 0300f7e commit 94ab221

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

8181
A 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

0 commit comments

Comments
 (0)