Style guide, quick links
This is a list of all the guidelines mentioned in Clojure style guide
I use it as a reference if something "smells" wrong and my goal overtime is to fill this with even shorter text that this in itself acts as a style guide without navigating.
clj-kondo integration with IntelliJ with file watcher is the linter.
Links
< 10
check variables directly
not for fn
f(g(x))
(remove #{x} [..x ..])
Last updated