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