It feels like `PathGlobs`, `DigestSubset`, `Remove...
# development
b
It feels like
PathGlobs
,
DigestSubset
,
RemovePrefix
, etc can often be expressed as a sequence of simple operations on a single argument without having to await every intermediate result. Mostly just to make the code a bit more readable, not I think for any performance reasons (although, maybe)