The public pattern_assembler
function is named findPartial
while the private function is named getPartial
. This results in a couple points of confusion. The first is trying to figure out the rationale for this difference. The second is that findPartial
is an engine_mustache
public function, which performs a completely different operation. I think in pattern_assembler
, it should be named getPartial
.