Skip to content
@JavaUtils-qol

JavaUtils

Quality Of Life Utils

JavaUtils-qol

Conventions:

  • Every Util must have only static methods/instance variables
  • Every instance variable in a Util must be private but can have getters/setters
  • Every Util must have a Test.java file.
  • Every Test.java file must include an example of every method in the Util.
  • Every Util with configuration included must have at least:
    • an public static enum of possible configurations
    • a private static Config _config variable
    • a setter
    • a getter
  • Every Util must have a private constructor
  • Every private method in a Util must be at the bottom of the class (5 lines breaks to separate them)
  • Every Util must have javadoc for every public method

Popular repositories Loading

  1. AutoColor AutoColor Public

    Aids with colored console

    Java 1

  2. UnitTest UnitTest Public

    Aids with debugging/maintaining code

    Java 1

  3. .github .github Public

  4. Bulk Bulk Public

    Aids with repetitive tasks

    Java

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…