cgag / loc

Count lines of code quickly.
MIT License
2.29k stars 126 forks source link

Count Hits of Code #65

Closed sobolevn closed 5 years ago

sobolevn commented 6 years ago

Very nice tool!

I am wondering if you could add 'Hits of Code' into it. What is 'Hits of Code': https://github.com/yegor256/hoc

'Hits of Code' is very useful parameter, since it allows to measure:

  1. how much effort was spent into your code base
  2. what are the parts which change the most

I know rust just a little bit, so I guess I can help, but I am not sure I will do it correctly.

Thanks!

cgag commented 5 years ago

an interesting idea but I think it's out of scope for this, thanks for pointing it out though as I'd never heard of it