Revise HasParams and HasReturnValue traits
dansteren opened this issue · 0 comments
dansteren commented
Both of these methods require you to manually pass in a parental prefix a bunch of places. However, that shouldn't be necessary as long as these are implemented on things that have a name
property or get_name
method on them. So, let's rework these methods to leverage that. That way you can't accidentally pass in the wrong thing.