mapbox / mapbox/mapbox-base-android

Make module glue class private when no config is required

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
12
Forks
6
PR merge metrics
No merged PRs in 30d

Description

For a scenario where the configuration is not needed, we could make the generated glue class private to decrease its IDE visibility. This would require making the methods/fields additionally accessible via reflection.

Contributor guide

Open the contributing guide

Research direction

Start by locating the annotation processor or module-provider path that generates the glue class, then compare scenarios where configuration is required versus unnecessary. Determine how making the generated class private affects reflective access to its methods and fields. Done means the no-configuration case has reduced IDE visibility without breaking reflection.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.