Closed arshbot closed 5 years ago
Use derive_child
in issue #12 to for implemention
how do you feel about derive_descendant
to make it clear it's a child's child?
'''descendant''' for child's child is clear, I like that
derive_descendant
@rrybarczyk I don't think we should close this ticket yet as it's related to implementation. We'll close it when the pull request for this feature is accepted ๐
@prestwich that was merely a cue to take a look at issue #12 if the person assigned to this ticket hasn't yet. I made this ticket first and didn't want someone to accidently duplicate efforts (if someone took this and someone else took issue #12) so I just linked them.
Must be able to derive to a certain path from the object this function is called on.
For example, if we have a node at what we're considering the root for this tree, that node should be able to derive to any path with the option to harden by flagging that depth with an apostrophe (
'
).Examples