marick / lein-midje

Leiningen plugin for Midje
MIT License
77 stars 29 forks source link

Favor 'require' over 'use'. #53

Closed dpassen closed 9 years ago

dpassen commented 10 years ago

It's considered better style to use the various flavors of 'require' over 'use' in ns declarations. I made the changes here. It was initially my intent to change only the files related to the leiningen template, but decided to go for them all.

Thanks for reading and let me know what you think.

marick commented 9 years ago

I have a long explanation of why I think deprecating use is wrong, but will bow to the will of the community.