Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Maintainable Code?

by gizmo_mathboy (Friar)
on Nov 12, 2002 at 04:56 UTC ( [id://212197]=note: print w/replies, xml ) Need Help??


in reply to Re: Maintainable Code?
in thread Maintainable Code?

In The Mythical Man-Month Brooks said, "Show me your flowcharts and conceal your tables, and I shall continue to be mystified. Show me your tables, and I won't usually need your flowcharts; they'll be obvious."

I interpret this to mean, "Show me your data and I can understand your code."

Basically, if you document what your data structure should look like, what the the keys at both levels should be as well as the value of the second level keys, then maintenance should be a snap.

I use the following notation for hashes (I probably should just use the format that Data::Dumper uses but I like this, too)

|->key1
|     |->key1.1 = value1.1
|
|->key2
|     |->key2.1 = value2.1
|
|->key3
      |->key3.1 = value3.1
It sort of represents how I've visualized hashes.

Replies are listed 'Best First'.
Re: Maintainable Code?
by Abigail-II (Bishop) on Nov 12, 2002 at 16:36 UTC
    I typically phrase that as "Data Structures are Algorithms" - a pun to Nicolas Wirth fully intended.

    Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found