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

    Java 1

  3. .github .github Public

  4. Bulk Bulk Public

    Aids with repetitive tasks

    Java

Repositories

Showing 4 of 4 repositories
  • UnitTest Public

    Aids with debugging

    JavaUtils-qol/UnitTest’s past year of commit activity
    Java 1 0 0 0 Updated Mar 1, 2024
  • AutoColor Public

    Aids with colored console

    JavaUtils-qol/AutoColor’s past year of commit activity
    Java 1 0 0 0 Updated Mar 1, 2024
  • .github Public
    JavaUtils-qol/.github’s past year of commit activity
    0 0 0 0 Updated Feb 25, 2024
  • Bulk Public

    Aids with repetitive tasks

    JavaUtils-qol/Bulk’s past year of commit activity
    Java 0 0 0 0 Updated Oct 24, 2023

Top languages

Loading…

Most used topics

Loading…