Re: Perl Code Style Guidelines

2013-08-26 Thread Aaron Peeler
Thanks, I agree. -A P.S. I'm probably the one driving you indention crazy :) as I have not been very consistent over the years On Mon, Aug 26, 2013 at 11:24 AM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I used to only use spaces and never tabs until a stud

Re: Perl Code Style Guidelines

2013-08-26 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I used to only use spaces and never tabs until a student we had working for us explained how to mix them together in a way that makes wrapped lines of code line up nicely but still allows different people to use whatever tab width they prefer. The

Re: Perl Code Style Guidelines

2013-08-23 Thread Aaron Coburn
at 3:46 PM, Andy Kurth wrote: > I started a wiki page to describe how all backend Perl code should be styled: > https://cwiki.apache.org/confluence/display/VCL/Perl+Code+Style+Guidelines > > It mostly describes how the vast majority of the existing code is > styled and formatted, though

Perl Code Style Guidelines

2013-08-23 Thread Andy Kurth
I started a wiki page to describe how all backend Perl code should be styled: https://cwiki.apache.org/confluence/display/VCL/Perl+Code+Style+Guidelines It mostly describes how the vast majority of the existing code is styled and formatted, though there are several places where things need to be