Walnut356@programming.dev to Programming Horror@programming.devEnglish · 1 year agoWhen your language doesn't allow arbitrary expressions in format stringsprogramming.devimagemessage-square6fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1imageWhen your language doesn't allow arbitrary expressions in format stringsprogramming.devWalnut356@programming.dev to Programming Horror@programming.devEnglish · 1 year agomessage-square6fedilink
minus-squarecoloredgrayscale@programming.devlinkfedilinkEnglisharrow-up6·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.