hashp
hashp copied to clipboard
Consider adding a namespace to #p?
Hi! Love the library, we have it installed on Metabase dev mode, and it works great.
There's a thing in the Clojure tagged literal docs about how:
Reader tags without namespace qualifiers are reserved for Clojure.
Do you think it's worth following that convention? Maybe there's a good reason not to that I'm not aware of.
#p is just for debugging in development environments, so there shouldn't be an issue using reserved names. The rule to use namespace qualifiers is to ensure that third party libraries don't conflict with future Clojure changes.