OpenCiv
OpenCiv copied to clipboard
Code Refactoring Checklist
-
[ ] Remove
this.
in instances when it's not needed Better readability in my opinion -
[ ] Create universal JSON object in Server We don't need to create a new JSON object every time we want to send a packet to the player
-
[x] Replace
println
in server with proper logging
- Start working on code smells