in reply to IYHO, what do you consider good code?
Use meaningful names!
This applies to variables, subroutines, loops, filehandles, everything.
Always take a little extra time, 10 seconds or so, to name your variables well.
Good names can often make comments redundant and unnecessary.
I hope I never ever have to maintain a program again that's full of variables named @tmp, $i, $n, $ldr, %hash or subroutines named process or run and all the other meaningless crap people foist off as names.
--
Regards,
Helgi Briem
helgi DOT briem AT decode DOT is
|
---|