interface_loader |
That's the current set up I currently have for the variables in my interface library. What I want to know is when do lists start becoming too much, right now I have 2 instances of lists within lists (windows, applied_to).
ID:151411
Feb 7 2011, 4:56 pm
|
||
That's the current set up I currently have for the variables in my interface library. What I want to know is when do lists start becoming too much, right now I have 2 instances of lists within lists (windows, applied_to). | ||
This includes all atoms, lists, and other datums/data.
One way of conserving lists would be to use params2list/list2params everywhere, but I'm not sure if that would be worth it. Although interface controls/windows do take param forms, every time you modify the params it'd be easier for them to be lists.