Skip to content

4주차 : 프로퍼티 without get() vs within get() #21

@white-gyu

Description

@white-gyu

📝 상세 설명

  • kotlin에서 프로퍼티 할당할 때 get() 여부에 따른 상이한 점을 분석합니다.
    ex) fun fullName = "$familyName $givenName" vs fun fullName get() = "$famiiyName $givenName"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions