Emerjoin / Hi-Framework-features

Java EE Framework
5 stars 1 forks source link

Refactor the code base #107

Closed emjunior258 closed 7 years ago

emjunior258 commented 7 years ago

Goals

  1. Remove code duplications
  2. Employ the one-method-does-one-thing patter (short methods)
  3. Employ Command-Query pattern
  4. Remove ex.printStackTrace from come
  5. Replace getServletContext.log by LoggerFactory.getLogger
  6. Add more comments
  7. Rename classes and methods - give them the names they deserve
  8. Make the classes smaller and their respective methods (create new classes and methods)
  9. Write JavaDocs where needed - public API classes