NeoA11y / SpeakTouch

[WIP] A free software screen reader for Android.
8 stars 0 forks source link

[POC] Review transitive dependencies #133

Open Irineu333 opened 7 months ago

Irineu333 commented 7 months ago

Study a practical way to monitor and review transitive dependencies.

Candidates:

PatrykMis commented 6 months ago

Instead of solely focusing on reviewing transitive dependencies and adding controllers like Dependency Guard, I believe the optimal approach is to prioritize minimizing dependencies. We should only introduce additional dependencies if absolutely necessary or significantly beneficial. Therefore, I propose leveraging standard Android APIs, AndroidX extensions wherever possible, and cautiously considering external dependencies—ensuring they are well-maintained and widely adopted.

Irineu333 commented 6 months ago

I agree