in reply to Re^5: Coding styles: OOP vs. Subs
in thread Coding styles: OOP vs. Subs

Huh? What's your point? Valid code throwing warnings prevents someone from introducing bugs?
Perl --((8:>*

Replies are listed 'Best First'.
Re^7: Coding styles: OOP vs. Subs
by Anonymous Monk on Nov 17, 2005 at 17:52 UTC
    The point is, seeing code like that lets a maintenance programmer know that the original coder isn't that familiar with Perl, and to tread with caution, because there are undoubtedly obscure bugs lurking around.
      If a maintenance programmer thinks I'm not familiar with Perl after seeing my code, there's no hope for the programmer.

      Besides, I'm my own maintenance programmer.

      Perl --((8:>*