Hey there, great macro!
I find there's a 'usability' issue though:
- I don't want to
refer-clojure, it's ugly and I have to type it (potentially many times)
- I don't want to create a meaningless
:as alias like b or better, or a redundant one like better-cond
If you offered a defmacro better-cond ... alias, I could just:
- Type
better-cond
- Hit some standard keyboard shortcut
- Have
[better-cond.core :refer [better-cond]] auto-inserted, just like with any other macro
WDYT?
Cheers - Victor
Hey there, great macro!
I find there's a 'usability' issue though:
refer-clojure, it's ugly and I have to type it (potentially many times):asalias likeborbetter, or a redundant one likebetter-condIf you offered a
defmacro better-cond ...alias, I could just:better-cond[better-cond.core :refer [better-cond]]auto-inserted, just like with any other macroWDYT?
Cheers - Victor