Check for (apply concat (apply map x y))
Examples:
; bad (apply concat (apply map x y))
; good (mapcat x y)
Check for (apply concat (apply map x y)) Examples: ; bad (apply concat (apply map x y)) ; good (mapcat x y)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close