A question for all the hackers:
Format strings or string concatenation?
I've been leaning towards format strings, but haven't been completely consistent in this – which should I choose?
Intuitively, string concatenation feels uglier and I have to use format strings in some places anyways, but I seem to vaguely recall that there were some security issues around them?
@phryk im really in to the Js es6 format strings
@eribloodlust I'm really into avoiding JS at just about any cost necessary. ^^;
Python is my current poison of choice. Still stuck on 2.7 because dependencies, tho. :<