venantius / yagni

A Leiningen plugin for finding dead code
Eclipse Public License 1.0
219 stars 10 forks source link

Special treatment for `:main` #1

Closed venantius closed 9 years ago

venantius commented 9 years ago

At the moment Yagni doesn't really treat :main methods specially, which is a problem - since there's no reasonable expectation that a main method would be called from within the application, we should build in escape hatches for them.