Walnut356 to Programming HorrorEnglish · 1 year agoWhen your language doesn't allow arbitrary expressions in format stringsimagemessage-square6fedilinkarrow-up118arrow-down10
arrow-up118arrow-down1imageWhen your language doesn't allow arbitrary expressions in format stringsWalnut356 to Programming HorrorEnglish · 1 year agomessage-square6fedilink
minus-squarecoloredgrayscalelinkfedilinkEnglisharrow-up12·1 year 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.