Skip to content

백엔드 코드 컨벤션

스플릿 edited this page Jul 4, 2023 · 15 revisions

Code Style

image
  • 불변해야될 변수에는 final 키워드를 붙힌다. ( 메서드 파라미터 포함 )
    • 설정 방법 ( cmd + option + v )
image
Clone this wiki locally