Maybe Minutest should not expose children, or allo...
# minutest
n
Maybe Minutest should not expose children, or allow the tree structure to be changed willy nilly. Instead of
withChildren(...)
it could offer
mapChildren
and
filterChildren
or somesuch. Limiting how you can change the tree would make the interaction between annotations/transforms and resource management more predictable.