Computer/Android&iOS

[Android] Compose 함수 이름 규칙

ywlee 2023. 1. 27. 16:20
  • 명사여야 함: DoneButton()
  • 동사 또는 동사구이면 안 됨: DrawTextField()
  • 명사화된 전치사이면 안 됨: TextFieldWithLink()
  • 형용사이면 안 됨: Bright()
  • 부사이면 안 됨: Outside()
  • 명사 앞에는 명사를 설명하는 형용사를 붙일 수도 있음: RoundIcon()

https://github.com/androidx/androidx/blob/androidx-main/compose/docs/compose-api-guidelines.md#naming-unit-composable-functions-as-entities