Java-Geometry-Expert icon indicating copy to clipboard operation
Java-Geometry-Expert copied to clipboard

Clean up source code

Open kovzol opened this issue 2 years ago • 0 comments

  • Use Java standards: Capitalize file names, use standard package names: https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html, use camel case for variables and methods: https://www.javatpoint.com/camel-case-in-java.
  • Add Java documentation for public methods.
  • Remove unused classes and methods.
  • Unify translation retrieval (remove obsoleted methods).
  • Separate unfinished parts (e.g. the area method), including translations keys.

kovzol avatar Jan 10 '24 11:01 kovzol