
GitHub PR File Randomizer 作者: Toby Crawley
Randomly sorts files on GitHub PR pages
1 位使用者1 位使用者
擴充套件後設資料
關於此擴充套件
The extension will automatically run on GitHub PR files pages
(https://github.com//pull//files) and randomly shuffle the file order each
time you load or refresh the page.
Rationale
Files on pull requests are always sorted alphabetically, and reviewers typically
review from top to bottom. I posit that later files may not get as thorough of a
review as earlier ones, especially for large PRs. This aims to help with that.
(https://github.com//pull//files) and randomly shuffle the file order each
time you load or refresh the page.
Rationale
Files on pull requests are always sorted alphabetically, and reviewers typically
review from top to bottom. I posit that later files may not get as thorough of a
review as earlier ones, especially for large PRs. This aims to help with that.
由 1 位評論者給出 0 分
權限與資料了解更多
必要權限:
- 存取您在 github.com 的資料
更多資訊
1.1 版的發行公告
This fixes randomization to work if the file loading takes more than a few milliseconds, as they are loaded asynchronously.