Can we change Collection::getCountPids to Collection::modelDataPairCount? (Pids isn't specific, and also would not be obvious for someone trying to learn how to use mulch).
I would also suggest getPrimaryId become primaryId because other get-style functions do not begin with "get" and maybe we can just save some characters!
Can we change
Collection::getCountPids
toCollection::modelDataPairCount
? (Pids isn't specific, and also would not be obvious for someone trying to learn how to use mulch).I would also suggest
getPrimaryId
becomeprimaryId
because otherget
-style functions do not begin with "get" and maybe we can just save some characters!