Review of "PRIME GPU Profile Selector" version 3

Details Page Preview

A GPU profile switcher designed to work with PRIME (prime-select)

Extension Homepage
https://github.com/alexispurslane/PRIME-GPU-Profile-Selector.git

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
3 Waiting for author
2 Rejected
1 Active

Previous Reviews on this Version

JustPerfection waiting for author
1. `lookupByURL()` is a bad practice (line 29 `lib/Utility.js`). You can send `this` from the entry point to the class needing it when it's possible (dependency injection). and then use `path` for `getIconForProfile()`. 2. Unused imports: - line 4 `lib/Utility.js` - line 2-9 `extension.js` Wanna fix and send it again?