I see this code:
(require '[buddy.auth :refer [authenticated? throw-unauthorized]])
(require '[ring.util.response :refer (response redirect)])
in first example the things in the refer are in a vector.. and the second.. is a list …. why ? which way is better ?
style
[] are the preferred style
there’s not technical difference