개발/JAVA

스크랩 | 구글 JAVA 코딩 스타일, 코딩 규칙 가이드

AM0530 2022. 3. 16. 15:28

https://google.github.io/styleguide/javaguide.html#s3.4-class-declaration

 

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 adheres to the rules herein. Like ot

google.github.io