clj-commons / camel-snake-kebab

A Clojure[Script] library for word case conversions
https://clj-commons.org/camel-snake-kebab/
Eclipse Public License 1.0
475 stars 49 forks source link

Don't use :use in the docs #10

Closed michaelklishin closed 10 years ago

michaelklishin commented 10 years ago

Your project's documentation explicitly recommends using :use in the ns macro. There is no reason to use it over :require + :refer. Please the latter as it is much less confusing to beginners and is also less likely to cause conflicts.

qerub commented 10 years ago

Right! Thanks for reporting. Fixed in the master branch now.