I was just reading the Lambda Island Coding Style Guide post, and it looks great, but is this a typo?
Prefer :as over :refer, ideally using the last part of the ns name
So if a namespace is named com.acmeinc.widget then use :refer widget.
I would have expected that last bit to read “then use :as widget
, not :refer widget
, given the section heading.yes, that should be :as widget
. good catch!
Updated! thanks @manutter51