Hacker News new | ask | show | jobs
by swish_bob 2468 days ago
Except it isn't, because most of your developers will be using an environment that includes syntax highlighting and probably some linting. Except within string literals.

Code inside string literals is less readable and more inclined to be wrong/buggy.

1 comments

I was arguing the general principle of not being afraid of premature optimization, not this particular example. You make good points.