Open
Description
According to the Google JavaScript Style Guide, string continuations are not recommended.
When using shepherd from ClojureScript (which uses Google's Closure Compiler), we get several warnings during compilation due to the line continuations used in the below file:
Is there a way to implement the same functionality without using line continuations?
Metadata
Assignees
Labels
No labels