pharo
pharo copied to clipboard
OCProgramNode>>allChildren should be renamed withAllChildren
OCProgramNode>> allChildren is iterating for the receiver and its children. This is the behavior of withAllXX in other APIs. So we should rename allChildren into withAllChildren