resyntax icon indicating copy to clipboard operation
resyntax copied to clipboard

Suggest using `displayln` instead of `display` and printing a newline

Open jackfirth opened this issue 3 years ago • 0 comments

Saw this code today:

(display size)
(display "\n")

That can just be (displayln size). Catching this is tricky because it's kind of a splicing pattern, rather than a single expression.

jackfirth avatar May 09 '21 05:05 jackfirth