juxt / joplin

Flexible datastore migration and seeding for Clojure projects
Eclipse Public License 1.0
316 stars 48 forks source link

use :require instead of :use in joplin.core/create-migration template #93

Closed thedavidmeister closed 8 years ago

thedavidmeister commented 8 years ago

We could use :require [X :refer :all] instead of :use in the templates generated by create-migration and it would be better practise.