NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Interesting sloccount problem... (Score:1)
Note to self, if not, write Perl::Sloccount.
Secondly, one interesting problem I've noticed is that when my codebases get to around 50,000 lines of code, they stop growing.
It's as if the rate at which problems can be factored out and moved into CPAN modules, plus general refactoring, cancels out the code growth for new features.
That or I guess I might be getting bored with that problem
Reply to This
Re: (Score:1)
… SelfLoader?
Re:Interesting sloccount problem… (Score:1)
Test::Inline? Test::Pod::Snippets?
Re: (Score:2)
The longer I work on them the less the LoC grows.. sometimes the LoC shrink as I refactor the code to be better or replace a wheel I reinvented with one from CPAN.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;