Skip to content

코드 컨벤션

doyeon edited this page Jan 25, 2022 · 2 revisions

참고 : PRNDcompany의 android style guide, TeamCARDNA의 android coding convention

1. 기본

1.1. 안드로이드 스튜디오

안드로이드 스튜디오의 Optimize imports 기능Reformat Code 기능을 이용한다.

  • Optimize imports (Ctrl+Alt+O) : 사용하지 않는 Class를 import하고 있는 경우 제거해준다.
  • Reformat Code (Ctrl+Alt+L) : 코드의 Kotlin Style Guide를 적용하여 Code를 Reformat한다.

2. Resource

Resource Convention

3. Kotlin

Kotlin Convention