what if I prefer
(-> a-map :key1 :key2 :key3)
to
(get-in a-map [:key1 :key2 :key3])
Anything wrong with it?
#Clojure #clojurescript
what if I prefer
(-> a-map :key1 :key2 :key3)
to
(get-in a-map [:key1 :key2 :key3])
Anything wrong with it?
#Clojure #clojurescript