Right now we duck-type against the name of the individual method, it would be good to encapsulate this, so the logic didn't need to be reproduced for each different method name.
We should also consider that in the future we might want to add the ability to exclude certain DE's from recursion, to make a tuple-like array not deep iterable.
Right now we duck-type against the name of the individual method, it would be good to encapsulate this, so the logic didn't need to be reproduced for each different method name.
We should also consider that in the future we might want to add the ability to exclude certain DE's from recursion, to make a tuple-like array not deep iterable.