In response to Brian Watson’s query:
<Function Name>を<Object?>にくくり出し、分岐を不要にする
Is it “Roll up the <Function Name> into the <Object?> and make branching unnecessary”?
The transitive verb くくる generally means “to bundle,” “to group,” or “to treat (the group) separately from others.”
Minoru Mochizuki
I seem to have used "fold into" to correspond to くくり出す but I'm surethere are are a ton of possibilities using words like include,
implement, work in, factor in, etc., depending on the particulars of
the sentence. Roll up? Sure, why not? Programmers tend to use
rather 直感的 words for these things, so whatever feels right to you.
I suppose that 分岐を不要にする means "to make branching unnecessary."
I previously suggested that くくる means "to bundle" or "to group."
Thus, I am suggesting here "to bundle (or group) <functions> together to
make branching unnecessary."
Minoru Mochizuki