Fork me on GitHub
#lambdaisland
<
2020-04-09
>
manutter5112:04:18

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.

plexus13:04:30

yes, that should be :as widget. good catch!

plexus13:04:38

Updated! thanks @manutter51

👍 4