refactor a server application written in java


This afernoon, when i review the code of self-define report server, i decide to refactor it.

works to do:

1. reorganize the package structure

2. add comment information on methods and classes

3. add junit test

4. use neccessary design pattern

5. agile principle to use

god, the code sucks!

你可能感兴趣的:(java,JUnit)