Skip to content

Instantly share code, notes, and snippets.

@kgilmer
Last active August 21, 2018 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgilmer/3ff76d3433c6ee6c32997c909a64226e to your computer and use it in GitHub Desktop.
Save kgilmer/3ff76d3433c6ee6c32997c909a64226e to your computer and use it in GitHub Desktop.
uamp Code Metrics
Metric Java Kotlin Difference Notes
Source Files 52 20 32 fewer files Using find and grepping on file extension
Lines of Code 3719 1084 2635 fewer LoC Using https://github.com/arturbosch/lloc
Class Count 63 29 34 fewer classes using find/grep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment