Walnut356@programming.dev to Programming Horror@programming.dev • 1 year agoWhen your language doesn't allow arbitrary expressions in format stringsimagemessage-square4 fedilinkarrow-up11
arrow-up11imageWhen your language doesn't allow arbitrary expressions in format stringsWalnut356@programming.dev to Programming Horror@programming.dev • 1 year agomessage-square4 Commentsfedilink
minus-squarecoloredgrayscale@programming.devhexbear2·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. linkfedilink
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.