[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Organizing data



On Wed, 2004-04-28 at 09:38, Geoffrey wrote:

> Perl is no more or less readable or maintainable then any other language 
> when properly written (that includes commented).

Correct.  I also break down large chunks of code into functions as much
as possible.  My attention span is short so I can not stay focused in
one single function for 1000 lines of code.