Naming Conventions


Code Formatting


Coding Style

    myMethod() {
        return myMethod(5);
    }
    myMethod(int value) {
        // doLogic
    }


Logging