- Every Util must have only static
methods/instance variables - Every
instance variablein a Util must be private but can havegetters/setters - Every Util must have a
Test.javafile. - Every
Test.javafile must include an example of everymethodin the Util. - Every Util with configuration included must have at least:
- an
public static enumof possible configurations - a
private static Config _configvariable - a
setter - a
getter
- an
- Every Util must have a
private constructor - Every
private methodin a Util must be at the bottom of the class (5 lines breaks to separate them) - Every Util must have
javadocfor everypublic method
JavaUtils
Quality Of Life Utils
Popular repositories Loading
Repositories
Showing 4 of 4 repositories
- .github Public
JavaUtils-qol/.github’s past year of commit activity
Top languages
Loading…
Most used topics
Loading…