ZapTap icon indicating copy to clipboard operation
ZapTap copied to clipboard

Clean up the code.

Open betterclever opened this issue 8 years ago • 0 comments

The code is written in very unprofessional manner in various parts. Silly on my part. I would really appreciate properly cleaned up code including:

  • Uniform Variable and Method Naming Styles . (Use camelCase)
  • Removed unused imports (if any) .
  • Removed log statements.
  • Proper Indentation everywhere (using 4 spaces).

Note: Do the above only in core module. Changes not required currently in Android, BaseGameUtils and Desktop module.

betterclever avatar Jan 26 '17 09:01 betterclever