Skip to content

하드 코딩된 Intent Extra 개선 #374

@PeraSite

Description

@PeraSite

목적

intent.getStringExtra("menuType"), intent.putExtra("launch_path", "notification")
등 key와 value 모두 Type safe하지 않고 하드코딩된 문자열을 집어넣고 있습니다!

어떤 Key가 존재하고, 그 Key로 얻을 수 있는 Value의 타입은 어떤 것인지 미리 상수로 지정해두고 이용할 수 있으면 훨씬 수월할 것 같아요!

작업 상세 내용

  • [ ]

참고사항

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions