-
Notifications
You must be signed in to change notification settings - Fork 2
코드 컨벤션
doyeon edited this page Jan 25, 2022
·
2 revisions
참고 : PRNDcompany의 android style guide, TeamCARDNA의 android coding convention
안드로이드 스튜디오의 Optimize imports 기능과 Reformat Code 기능을 이용한다.
-
Optimize imports (Ctrl+Alt+O)
: 사용하지 않는 Class를 import하고 있는 경우 제거해준다. -
Reformat Code (Ctrl+Alt+L)
: 코드의 Kotlin Style Guide를 적용하여 Code를 Reformat한다.