counting lines of code

Aahz aahz at pythoncraft.com
Thu Jan 21 16:20:41 EST 2010


In article <7e09df6a-cda1-480e-a971-8f8a70ac4118 at b9g2000yqd.googlegroups.com>,
Phlip  <phlip2005 at gmail.com> wrote:
>On Jan 20, 11:20=A0pm, 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?

Um... do you have any clue who you followed up to?  If you don't, Google
is your friend.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

import antigravity



More information about the Python-list mailing list