Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: (FoxUni) Re: Complex Data Structures

by demerphq (Chancellor)
on Jun 18, 2002 at 16:53 UTC ( [id://175423]=note: print w/replies, xml ) Need Help??


in reply to Re: Complex Data Structures
in thread Complex Data Structures

but if you deal with it as an aggregate of dependent parts, rather than as a monolithic whole, it's quite manageable.

I tend to find that keeping track of several parallel "simple" data structures is more complex and error-prone than using a single, "complex" one.

I concur. Having parallel data structures is hard to maintain (a maintainer coder wont know everywhere to change) and is confusing usually. So long as there is a consistant and logical structure to the data its complexity is usually not an issue. Although I have to admit that I did write Data::BFDump to dump complex and self-referential data strutures in a more intuitive way as when viewed with Data::Dumper even a fairly simple data structure can end up looking like a plate of spaghetti.

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.

  • Comment on Re: (FoxUni) Re: Complex Data Structures

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found