• Tanoh@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    2日前

    Yeah, you could very well argue that JS and others that use it for weird interpolated strings are the weird ones here.

      • Tanoh@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1日前

        Sure, but in Perl and other languages there is a difference between "$foo" and '$foo'. In that the first expands the value of foo, while the other doesn’t.

        But usually if you need to write stuff in noisy strings, just use printf/sprintf. Or a <<HERE block.