in reply to Variation on a theme..

Don't use strict in a piece of obfuscated code. You might comment that it passes use strict, but you shouldn't use it.
Don't use multiple letter names.
Use comma operators.
Use alternate forms of the for loop.
Don't use as many parenthesis.
Try harder next time, it's absurdly easy to figure out how it works.

Life? What's a life?

Replies are listed 'Best First'.
Re: Tips
by TStanley (Canon) on Mar 23, 2001 at 06:04 UTC
    Thanks for the advice, and I will definitely try harder next time :-)

    TStanley
    In the end, there can be only one!