shoftee / JavaStory

Solving the big issue.
6 stars 1 forks source link

ChannelCharacter database persistence is hideous #9

Open shoftee opened 13 years ago

shoftee commented 13 years ago

Both saving and loading are huge and inflexible and ALL IN ONE PLACE ASDFG anyways,

  1. Extract methods for each component to be persisted.
  2. Use try-with-resources. God.
  3. Move persistence to other classes where appropriate.
shoftee commented 13 years ago

Points 1 and 2 above are done as of Revision 9.6.5