Open escherize opened 9 months ago
#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.
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:
Do you think it's worth following that convention? Maybe there's a good reason not to that I'm not aware of.