Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: sorting a complex multidimensional hash

by wfsp (Abbot)
on Jul 22, 2004 at 16:58 UTC ( [id://376660]=note: print w/replies, xml ) Need Help??


in reply to Re^2: sorting a complex multidimensional hash
in thread sorting a complex multidimensional hash

You may be giving perl a bad reputation! Terse? No, not at all!
Seriously, I'm impressed but glad I don't have to maintain it!
Twice as fast you say. Hmmm. Tempting...
  • Comment on Re^3: sorting a complex multidimensional hash

Replies are listed 'Best First'.
Re^4: sorting a complex multidimensional hash
by BrowserUk (Patriarch) on Jul 22, 2004 at 17:09 UTC

    You should see the recursive version for processing arbitrarially deep nested hashes :)

    On a serious note. I find short to be good for mainatainence. It may require me to look longer before I start making changes, but I consider that a good thing.

    Too many times I've been bitten by zeroing in on what looked to be (or the comments indicated as), a self contained piece of code, only to find out later that there was another piece just off screen that was affected.

    It's a personal thing, but if I don't understand a piece of code froom reading it, then I prefer to experiment (in a test program or with the debugger) until I do, rather than be swayed into believing that I understand it by reading another programmer's, or even my own, comments.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    "Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://376660]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-26 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found