ftomassetti / effectivejava

Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.
Apache License 2.0
507 stars 45 forks source link

Refactor main #35

Closed davidor closed 9 years ago

davidor commented 9 years ago

I have divided the main method into smaller functions to make it easier to understand. The program should work exactly as before. Let me know what you think.

ftomassetti commented 9 years ago

Just one minor comment, I will go ahead and merge this change, then rename the method.

Thanks David!