pharo icon indicating copy to clipboard operation
pharo copied to clipboard

OCProgramNode>>allChildren should be renamed withAllChildren

Open Ducasse opened this issue 2 months ago • 0 comments

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

Ducasse avatar Dec 10 '25 10:12 Ducasse