|
|
|
|
|
by dmix
1203 days ago
|
|
Is it me or are Tagged templates a recipe for hard to read code? Just the way it extracts the substrings into arguments for unpredictable strings. It doesn't translate to readable code. I'd much rather use repetitive template strings. Unless I was doing some really fancy string manipulation. Or make my own functions with explicit arguments. |
|