I agree, lots of lines per file is usually bad for maintainability. It gives me a headache just looking at a long code file sometimes.
So, maybe you should first try to sell him on using *modules* with the result of less line of code per file.I was first motivated to use modules mainly because I was getting sick looking through how much code I had in a file. The jump to objects is a much easier sell once you're using modules.
Baby steps...
In reply to Re: Coding styles: OOP vs. Subs
by tphyahoo
in thread Coding styles: OOP vs. Subs
by nikos
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |