So instead of:
(-> x x->y y->z)
(-> x y z)
P.S. Another useful tome about naming functions is: https://github.com/bbatsov/clojure-style-guide
So instead of:
I'd have: Makes sense. Thanks for the post Stu!P.S. Another useful tome about naming functions is: https://github.com/bbatsov/clojure-style-guide