JavaDoc

    Java - Google Java Style Guide 정리

    보다 깔끔한 코드를 위해 Google Java Style Guide를 정리하고자 한다. Google Java Style Guide는 Google의 Java 코딩 표준을 정리한 문서이다. https://google.github.io/styleguide/javaguide.html Google Java Style Guide 1 Introduction This document serves as the complete definition of Google's coding standards for source code in the Java™ Programming Language. A Java source file is described as being in Google Style if and only if it a..