Skip to content
ethanmykytiuk edited this page Apr 2, 2013 · 13 revisions

TODO: Run the JDeodorant tool for suggesting potential refactorings in your design. Implement the refactorings (as deemed reasonable), and describe the refactorings (done and not done) in a separate page in your team wiki.

Since we used IntelliJ for our project, it gave us some suggestions for refactoring as we wrote the code. As well we had done other refactorings before running JDeodorant such as:

  • Separation of classes into different packages (one for the model, one for the views and another one for the controller)
  • Changing for loops to for each loops
  • Creating adapters to work more efficiently with other code
Clone this wiki locally