in reply to •Re: Reverse Alphabetically Sorting an array
in thread Reverse Alphabetically Sorting an array

I could be mistaken, but if I was maintaining someone elses code, it would save me typing to write a sub and plug the arrays into it, rather than retype them to fit the idiom.

Moreover, I did check the relevant categories in Q&A, and didn't see it there.

  • Comment on Re^2: Reverse Alphabetically Sorting an array

Replies are listed 'Best First'.
Re^3: Reverse Alphabetically Sorting an array
by Aristotle (Chancellor) on Jan 10, 2005 at 19:34 UTC

    I don't like adding functions for such overly trivial things. It doesn't take someone else any more effort to read reverse sort @foo than to read reversi @foo, but with the cute name you used for the latter, they'll have to look up what the function does in the first place.

    Makeshifts last the longest.

Re^3: Reverse Alphabetically Sorting an array
by mowgli (Friar) on Jan 10, 2005 at 19:15 UTC
    It's not in there because it's obvious. :)

    --
    mowgli