5 ms·
I find the lack of string interpolation to be the one thing that kills me about javascript. The lack of it feels wrong and I can't get behind languages that don
by fuzzygroup 4y ago
I find the lack of string interpolation to be the one thing that kills me about javascript. The lack of it feels wrong and I can't get behind languages that don't have easy interpolation.
Yes Ruby has ruined me.
- AprilArcus 4y ago`template${Math.random() > 0.5 ? 'strings' : 'literals'} have beern part of the language since 2015!`