in reply to need advice: Perl code layout, long line lengths

Or use an IDE or editor which does the word wrapping for you.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

  • Comment on Re: need advice: Perl code layout, long line lengths

Replies are listed 'Best First'.
Re^2: need advice: Perl code layout, long line lengths
by talexb (Chancellor) on Oct 05, 2008 at 02:02 UTC
      Or use an IDE or editor which does the word wrapping for you.

    I wouldn't follow that approach because I like to be able to print out my source code (two up), spread it out on a table and get a visual handle on what's what. Yes, even if the printing gadget also wraps the code.

    It's a personal preference.

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds