HarshCasper / HarshCasper/validate-issues-over-pull-requests
Improve variable naming.
Open
enhancement
- Dominant language
- Python
- Stars
- 13
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Nice Action!
In my opinion, variables like `prbody`, `prurl` and `PRNUM` would be more readable if they had underscores (`_`) or hyphens (`-`) to separate them.
`prurl` ➡️ `pr-url` (underscore didn't look good to me here)
`prbody` ➡️ `pr-body` (underscore didn't look good to me here)
`PRNUM` ➡️ `PR_NUM` (hyphen didn't look good to me here)
Cc: @tusharnankani
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.