in reply to Re: Data Structures design help to represent function args for testing
in thread Data Structures design help to represent function args for testing
Wonderful - that's the kind of data structure I was looking for. Each arg list as an array. Each @funclist as the key to a hash pointing to the arg list.
Any suggestions for a good data structure if I want more than one test list of args per function? (not a requirement in the original post - I'm just exploring the design space).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Data Structures design help to represent function args for testing
by GrandFather (Saint) on Sep 21, 2007 at 03:06 UTC |