I've seen in codebases both `(-> [foo] ... (into [bar]))` and `(into [foo] ... [bar])`. There's no need for this, it's very silly.
I've seen in codebases both
(-> [foo] ... (into [bar]))and(into [foo] ... [bar]). There's no need for this, it's very silly.