The pattern itself of decomposing large functions ...
# language-proposals
r
The pattern itself of decomposing large functions into smaller ones, that's the use case. Delegation works too for the same use case if you carry the args around as input. I prefer the PA because can be less verbose when using this technique heavily but that is also a personal preference.