I note the replies, but respectfully disagree that concatenation versus interpolation is in any way a meaningful distinction.
Analysing “green house” as either “green”.concat(“ house”) or “{} {}”(green, house) is not meaningfully different, and runs into the same i18n problem (the order should be reversed for many languages, like Spanish and French).
Comments
I note the replies, but respectfully disagree that concatenation versus interpolation is in any way a meaningful distinction.
Analysing “green house” as either “green”.concat(“ house”) or “{} {}”(green, house) is not meaningfully different, and runs into the same i18n problem (the order should be reversed for many languages, like Spanish and French).