lambdaisland

2020-04-09T12:14:18.074300Z

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.

plexus 2020-04-09T13:03:30.075Z

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

plexus 2020-04-09T13:04:38.075200Z

Updated! thanks @manutter51

👍 1