Skip to content

Instantly share code, notes, and snippets.

@IrakliJani
Created December 2, 2014 21:40
Show Gist options
  • Save IrakliJani/9e6be9208605e158c094 to your computer and use it in GitHub Desktop.
Save IrakliJani/9e6be9208605e158c094 to your computer and use it in GitHub Desktop.
JSHint Stats
before:
There are 2 functions in this file.
Function with the largest signature take 2 arguments, while the median is 1.5.
Largest function has 11 statements in it, while the median is 8.
The most complex function has a cyclomatic complexity value of 5 while the median is 4.
after:
There are 18 functions in this file.
Function with the largest signature take 3 arguments, while the median is 1.
Largest function has 12 statements in it, while the median is 1.
The most complex function has a cyclomatic complexity value of 3 while the median is 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment