On Wed, 14 Apr 2010 08:38:01 +0530
Raj Mathur <[email protected]> wrote:
[...]
> For instance, on analysing ~30,000 lines of code I'd written (not
> including 0-length lines and comments) I find the following:
> 
> Maximum length:               129
> Minimum length:               1
> Median length:                18
> Mean length:          23
> Std deviation:                21.5 (well, you can expect that to
> be high)
> 
> So looks like even if I don't wrap at 80, the median and mean
> line lengths are likely to be between 20 and 30.  Can I please
> have that 4:3 monitor now? :)
[...]

Wait, we need more information, such as a complete frequency
distribution. I am curious as to how many one-character lines there
are, and what are these: a single semi-colon, a single brace, or
what? And, what does the 129-character line contain?

Regards,
Gora

P.S. Personally, I code in Perl 6, and all my lines are exactly
     7 characters long:
        DWIM();



_______________________________________________
Ilugd mailing list
[email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to