counting lines of code
Phlip
phlip2005 at gmail.com
Thu Jan 21 15:24:31 EST 2010
On Jan 20, 11:20 pm, Michele Simionato <michele.simion... at gmail.com>
wrote:
> pylint does too many things, I want something fast that just counts
> the lines and can be run on thousands of files at once.
> cloc seems fine, I have just tried on 2,000 files and it gives me a
> report in just a few seconds.
In my experience with Python codebases that big...
...how many of those lines are duplicated, and might merge together
into a better design?
The LOC would go down, too.
--
Phlip
More information about the Python-list
mailing list