Walnut356 to Programming HorrorEnglish · 2 years agoWhen your language doesn't allow arbitrary expressions in format stringsimagemessage-square6fedilinkarrow-up119arrow-down10
arrow-up119arrow-down1imageWhen your language doesn't allow arbitrary expressions in format stringsWalnut356 to Programming HorrorEnglish · 2 years agomessage-square6fedilink
minus-squarecoloredgrayscalelinkfedilinkEnglisharrow-up12·2 years agoCreating an array of the function calls, and joining those seems more readable in that case. Plus you don’t have to take care that you use the correct number of placeholders.
Creating an array of the function calls, and joining those seems more readable in that case.
Plus you don’t have to take care that you use the correct number of placeholders.