OpenCiv icon indicating copy to clipboard operation
OpenCiv copied to clipboard

Code Refactoring Checklist

Open RyanGrieb opened this issue 3 years ago • 0 comments

  • [ ] 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

RyanGrieb avatar Jan 22 '22 23:01 RyanGrieb