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.
The public
pattern_assemblerfunction is namedfindPartialwhile the private function is namedgetPartial. This results in a couple points of confusion. The first is trying to figure out the rationale for this difference. The second is thatfindPartialis anengine_mustachepublic function, which performs a completely different operation. I think inpattern_assembler, it should be namedgetPartial.