clojure
clojure copied to clipboard
understanding auto-resolve for keywords
A comment was made that a qualified keyword that uses auto-resolve will substitute the qualified part of the keyword with the current Clojure namespace
https://clojure.org/guides/weird_characters#autoresolved_keys
Does this help with the issues I had with names as part of banking on clojure? Is auto-resolving names ever a good idea? Code examples of this?
My current feeling is that auto-resolve is more confusing that helpful.